PHP Class PHPSpec2\Loader\Node\Specification

Inheritance: extends Node
Show file 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 )