Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/var/vendor/react/promise/src/
Upload File :
Current File : /var/www/clients/client3/web2/web/var/vendor/react/promise/src/PromisorInterface.php

<?php

namespace React\Promise;

interface PromisorInterface
{
    /**
     * Returns the promise of the deferred.
     *
     * @return PromiseInterface
     */
    public function promise();
}