| Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/react/promise/src/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/vendor/react/promise/src/PromisorInterface.php |
<?php
namespace React\Promise;
interface PromisorInterface
{
/**
* Returns the promise of the deferred.
*
* @return PromiseInterface
*/
public function promise();
}