PHP Interface React\Promise\PromiseInterface

Afficher le fichier Open project: reactphp/promise Interface Usage Examples

Méthodes publiques

Méthode Description
then ( callable $onFulfilled = null, callable $onRejected = null ) : React\Promise\PromiseInterface

Method Details

then() public méthode

public then ( callable $onFulfilled = null, callable $onRejected = null ) : React\Promise\PromiseInterface
$onFulfilled callable
$onRejected callable
Résultat React\Promise\PromiseInterface