PHP Class TheSeer\phpDox\Generator\PHPDoxEndEvent

Inheritance: extends AbstractEvent
Show file Open project: theseer/phpdox Class Usage Examples

Public Methods

Method Description
__construct ( TheSeer\phpDox\Generator\Index $index, TheSeer\phpDox\Generator\SourceTree $tree )
getIndex ( )
getTree ( )

Protected Methods

Method Description
getEventName ( )

Method Details

__construct() public method

public __construct ( TheSeer\phpDox\Generator\Index $index, TheSeer\phpDox\Generator\SourceTree $tree )
$index TheSeer\phpDox\Generator\Index
$tree TheSeer\phpDox\Generator\SourceTree

getEventName() protected method

protected getEventName ( )

getIndex() public method

public getIndex ( )

getTree() public method

public getTree ( )