PHP Class Tebru\Retrofit\Generation\HandlerStack

Author: Nate Brunette ([email protected])
Afficher le fichier Open project: tebru/retrofit-php Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( HandlerContext $context ) Constructor
execute ( ) Loop through all handlers, providing the context
push ( Tebru\Retrofit\Generation\Handler $handler ) Add a handler to the stack

Method Details

__construct() public méthode

Constructor
public __construct ( HandlerContext $context )
$context HandlerContext

execute() public méthode

Loop through all handlers, providing the context
public execute ( )

push() public méthode

Add a handler to the stack
public push ( Tebru\Retrofit\Generation\Handler $handler )
$handler Tebru\Retrofit\Generation\Handler