PHP Class TheSeer\phpDox\Generator\Engine\Xml

Inheritance: extends AbstractEngine
Exibir arquivo Open project: theseer/phpdox

Public Methods

Method Description
__construct ( BuildConfig $config )
handle ( AbstractEvent $event )
handleIndex ( PHPDoxEndEvent $event )
handleToken ( TheSeer\phpDox\Generator\TokenFileStartEvent $event )
registerEventHandlers ( TheSeer\phpDox\Generator\Engine\EventHandlerRegistry $registry )

Method Details

__construct() public method

public __construct ( BuildConfig $config )
$config TheSeer\phpDox\BuildConfig

handle() public method

public handle ( AbstractEvent $event )
$event TheSeer\phpDox\Generator\AbstractEvent

handleIndex() public method

public handleIndex ( PHPDoxEndEvent $event )
$event TheSeer\phpDox\Generator\PHPDoxEndEvent

handleToken() public method

public handleToken ( TheSeer\phpDox\Generator\TokenFileStartEvent $event )
$event TheSeer\phpDox\Generator\TokenFileStartEvent

registerEventHandlers() public method

public registerEventHandlers ( TheSeer\phpDox\Generator\Engine\EventHandlerRegistry $registry )
$registry TheSeer\phpDox\Generator\Engine\EventHandlerRegistry