Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Alterway
Component
Workflow
NodeMap
PHP 클래스 Alterway\Component\Workflow\NodeMap
파일 보기
프로젝트 열기: alterway/component-workflow
1 사용 예제들
공개 메소드들
메소드
설명
__construct
( )
get
(
string
$name
) :
Node
Gets a node by name.
has
(
string
$name
) :
boolean
Checks if a node exists.
메소드 상세
__construct()
공개
메소드
public
__construct
( )
get()
공개
메소드
Gets a node by name.
public
get
(
string
$name
) :
Node
$name
string
리턴
Node
has()
공개
메소드
Checks if a node exists.
public
has
(
string
$name
) :
boolean
$name
string
리턴
boolean