PHP Interface GraphQL\Executor\Promise\Promise

Afficher le fichier Open project: webonyx/graphql-php Interface Usage Examples

Méthodes publiques

Méthode Description
then ( callable $onFullFilled = null, callable $onRejected = null ) : GraphQL\Executor\Promise\Promise

Method Details

then() public méthode

public then ( callable $onFullFilled = null, callable $onRejected = null ) : GraphQL\Executor\Promise\Promise
$onFullFilled callable
$onRejected callable
Résultat GraphQL\Executor\Promise\Promise