PHP Class TheSeer\phpDox\Generator\ClassConstantEvent

Inheritance: extends TheSeer\phpDox\Generator\ConstantEvent
Show file Open project: theseer/phpdox

Public Methods

Method Description
__construct ( TheSeer\phpDox\Generator\ConstantObject $constant, TheSeer\phpDox\Generator\ClassObject $class )
getClass ( )

Protected Methods

Method Description
getEventName ( )

Method Details

__construct() public method

public __construct ( TheSeer\phpDox\Generator\ConstantObject $constant, TheSeer\phpDox\Generator\ClassObject $class )
$constant TheSeer\phpDox\Generator\ConstantObject
$class TheSeer\phpDox\Generator\ClassObject

getClass() public method

public getClass ( )

getEventName() protected method

protected getEventName ( )