Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
GraphQL
Executor
Promise
Promise
PHP Interface GraphQL\Executor\Promise\Promise
Mostrar archivo
Open project: webonyx/graphql-php
Interface Usage Examples
Public Methods
Method
Description
then
(
callable
$onFullFilled
= null,
callable
$onRejected
= null ) :
GraphQL\Executor\Promise\Promise
Method Details
then()
public
method
public
then
(
callable
$onFullFilled
= null,
callable
$onRejected
= null ) :
GraphQL\Executor\Promise\Promise
$onFullFilled
callable
$onRejected
callable
return
GraphQL\Executor\Promise\Promise