PHP Class TheSeer\phpDox\Generator\NamespaceClassesStartEvent

Inheritance: extends AbstractEvent
Show file Open project: theseer/phpdox

Public Methods

Method Description
__construct ( TheSeer\phpDox\Generator\ClassCollection $classes, $namespace )
getClasses ( )
getNamespace ( )

Protected Methods

Method Description
getEventName ( )

Method Details

__construct() public method

public __construct ( TheSeer\phpDox\Generator\ClassCollection $classes, $namespace )
$classes TheSeer\phpDox\Generator\ClassCollection

getClasses() public method

public getClasses ( )

getEventName() protected method

protected getEventName ( )

getNamespace() public method

public getNamespace ( )