PHP Class TheSeer\phpDox\Generator\NamespaceTraitsEndEvent

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

Public Methods

Method Description
__construct ( TheSeer\phpDox\Generator\TraitCollection $traits, $namespace )
getNamespace ( )
getTraits ( )

Protected Methods

Method Description
getEventName ( )

Method Details

__construct() public method

public __construct ( TheSeer\phpDox\Generator\TraitCollection $traits, $namespace )
$traits TheSeer\phpDox\Generator\TraitCollection

getEventName() protected method

protected getEventName ( )

getNamespace() public method

public getNamespace ( )

getTraits() public method

public getTraits ( )