Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
React
Promise
Deferred
PHP 클래스 React\Promise\Deferred
상속:
implements
React\Promise\PromisorInterface
파일 보기
프로젝트 열기: reactphp/promise
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
callable
$canceller
= null )
promise
( )
reject
(
$reason
= null )
resolve
(
$value
= null )
메소드 상세
__construct()
공개
메소드
public
__construct
(
callable
$canceller
= null )
$canceller
callable
promise()
공개
메소드
public
promise
( )
reject()
공개
메소드
public
reject
(
$reason
= null )
resolve()
공개
메소드
public
resolve
(
$value
= null )