PHP 인터페이스 GraphQL\Executor\Promise\Promise

파일 보기 프로젝트 열기: webonyx/graphql-php 0 사용 예제들

공개 메소드들

메소드 설명
then ( callable $onFullFilled = null, callable $onRejected = null ) : GraphQL\Executor\Promise\Promise

메소드 상세

then() 공개 메소드

public then ( callable $onFullFilled = null, callable $onRejected = null ) : GraphQL\Executor\Promise\Promise
$onFullFilled callable
$onRejected callable
리턴 GraphQL\Executor\Promise\Promise