Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
pthreads
Promisable
PHP Class pthreads\Promisable
Inheritance:
extends
Threaded
,
implements
pthreads\IPromisable
Afficher le fichier
Open project: krakjoe/promises
Class Usage Examples
Protected Properties
Свойство
Type
Description
$error
$state
Méthodes publiques
Méthode
Description
onFulfill
( )
run
( )
Méthodes protégées
Méthode
Description
getError
( )
getState
( )
setState
(
$state
,
$error
= null )
Method Details
getError()
protected
méthode
protected
getError
( )
getState()
protected
méthode
protected
getState
( )
onFulfill()
public
méthode
public
onFulfill
( )
run()
public
méthode
public
run
( )
setState()
protected
méthode
protected
setState
(
$state
,
$error
= null )
Property Details
$error
protected_oe property
protected
$error
$state
protected_oe property
protected
$state