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
Alterway
Component
Workflow
NodeMap
PHP Class Alterway\Component\Workflow\NodeMap
Afficher le fichier
Open project: alterway/component-workflow
Class Usage Examples
Méthodes publiques
Méthode
Description
__construct
( )
get
(
string
$name
) :
Node
Gets a node by name.
has
(
string
$name
) :
boolean
Checks if a node exists.
Method Details
__construct()
public
méthode
public
__construct
( )
get()
public
méthode
Gets a node by name.
public
get
(
string
$name
) :
Node
$name
string
Résultat
Node
has()
public
méthode
Checks if a node exists.
public
has
(
string
$name
) :
boolean
$name
string
Résultat
boolean