Полный список членов класса Promise, включая наследуемые из базового класса
$exception | Promise | protected |
$handler | Promise | protected |
$id | Promise | protected |
$onFulfilled | Promise | protected |
$onRejected | Promise | protected |
$queue | Promise | protected |
$response | Promise | protected |
$state | Promise | protected |
__construct($handler, Queue $queue) | Promise | |
fulfill(ResponseInterface $response) | Promise | |
getHandler() | Promise | |
getId() | Promise | |
getRequest() | Promise | |
getState() | Promise | |
reject(ClientException $exception) | Promise | |
then(callable $onFulfilled=null, callable $onRejected=null) | Promise | |
wait($unwrap=true) | Promise |