Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Alterway
Component
Workflow
Node
__construct
Alterway\Component\Workflow\Node::__construct PHP Method
Node Class Documentation
显示文件
Open project: alterway/component-workflow
__construct()
public
method
public
__construct
(
$name
)
public function __construct($name) { $this->name = (string) $name; $this->transitions = array(); }
Node
__construct
addTransition
getName
getOpenTransitions