PromiseTrait
Description of PromiseTrait
Tags
Table of Contents
Properties
- $promise : PromiseInterface
Methods
- __construct() : mixed
- cancel() : void
- getState() : string
- otherwise() : PromiseInterface
- then() : PromiseInterface
Properties
$promise
private
PromiseInterface
$promise
Methods
__construct()
public
__construct(PromiseInterface $promise) : mixed
Parameters
- $promise : PromiseInterface
cancel()
public
cancel() : void
getState()
public
getState() : string
Return values
stringotherwise()
public
otherwise(callable $onRejected) : PromiseInterface
Parameters
- $onRejected : callable
Return values
PromiseInterfacethen()
public
then([callable|null $onFulfilled = null ][, callable|null $onRejected = null ]) : PromiseInterface
Parameters
- $onFulfilled : callable|null = null
- $onRejected : callable|null = null