PHP Класс Tebru\Retrofit\Generation\HandlerStack

Автор: Nate Brunette ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( HandlerContext $context ) Constructor
execute ( ) Loop through all handlers, providing the context
push ( Tebru\Retrofit\Generation\Handler $handler ) Add a handler to the stack

Описание методов

__construct() публичный метод

Constructor
public __construct ( HandlerContext $context )
$context HandlerContext

execute() публичный метод

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

push() публичный метод

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