?iť?

Your IP : 3.141.201.111


Current Path : /home/scgforma/www/cloud/3rdparty/react/promise/src/
Upload File :
Current File : /home/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);
}