| Current Path : /srv/web/sites/shop.cappellettinovasalus.it/httpdocs/vendor/react/promise/src/ |
| Current File : /srv/web/sites/shop.cappellettinovasalus.it/httpdocs/vendor/react/promise/src/PromisorInterface.php |
<?php
namespace React\Promise;
interface PromisorInterface
{
/**
* Returns the promise of the deferred.
*
* @return PromiseInterface
*/
public function promise();
}