%PDF- %PDF-
Direktori : /home/ugotscom/bos_naturals/vendor/react/promise/src/ |
Current File : /home/ugotscom/bos_naturals/vendor/react/promise/src/PromisorInterface.php |
<?php namespace React\Promise; interface PromisorInterface { /** * Returns the promise of the deferred. * * @return PromiseInterface */ public function promise(); }