PHP Class TheSeer\phpDox\Generator\Engine\Xml

Inheritance: extends AbstractEngine
Afficher le fichier Open project: theseer/phpdox

Méthodes publiques

Méthode 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 méthode

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

handle() public méthode

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

handleIndex() public méthode

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

handleToken() public méthode

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

registerEventHandlers() public méthode

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