PHP 인터페이스 React\Promise\PromiseInterface

파일 보기 프로젝트 열기: reactphp/promise 0 사용 예제들

공개 메소드들

메소드 설명
then ( callable $onFulfilled = null, callable $onRejected = null ) : React\Promise\PromiseInterface

메소드 상세

then() 공개 메소드

public then ( callable $onFulfilled = null, callable $onRejected = null ) : React\Promise\PromiseInterface
$onFulfilled callable
$onRejected callable
리턴 React\Promise\PromiseInterface