Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PHPSpec2
Loader
Node
Specification
PHP Class PHPSpec2\Loader\Node\Specification
Inheritance:
extends
Node
Datei anzeigen
Open project: phpspec/phpspec2
Class Usage Examples
Public Methods
Method
Description
__construct
(
$title
)
addChild
(
Node
$child
)
getChildren
( )
getTitle
( )
setTitle
(
$title
)
Method Details
__construct()
public
method
public
__construct
(
$title
)
addChild()
public
method
public
addChild
(
Node
$child
)
$child
Node
getChildren()
public
method
public
getChildren
( )
getTitle()
public
method
public
getTitle
( )
setTitle()
public
method
public
setTitle
(
$title
)