PHP 클래스 Tebru\Retrofit\Generation\HandlerStack

저자: Nate Brunette ([email protected])
파일 보기 프로젝트 열기: tebru/retrofit-php 1 사용 예제들

공개 메소드들

메소드 설명
__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