?iť?

Your IP : 18.218.153.50


Current Path : /home/s/c/g/scgforma/www/cloud/3rdparty/react/promise/src/
Upload File :
Current File : /home/s/c/g/scgforma/www/cloud/3rdparty/react/promise/src/PromiseInterface.php

<?php

namespace React\Promise;

interface PromiseInterface
{
    /**
     * @return PromiseInterface
     */
    public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null);
}