PHP Class React\Promise\SimpleTestCancellableThenable

Show file Open project: reactphp/promise

Public Properties

Property Type Description
$cancelCalled

Public Methods

Method Description
cancel ( )
then ( callable $onFulfilled = null, callable $onRejected = null )

Method Details

cancel() public method

public cancel ( )

then() public method

public then ( callable $onFulfilled = null, callable $onRejected = null )
$onFulfilled callable
$onRejected callable

Property Details

$cancelCalled public property

public $cancelCalled