PHP Class Texy\HandlerInvocation

Inheritance: use trait Strict
Mostrar archivo Open project: dg/texy Class Usage Examples

Public Methods

Method Description
__construct ( array $handlers, Parser $parser, array $args )
getParser ( ) : Parser
getTexy ( ) : Texy
proceed ( ) : mixed

Method Details

__construct() public method

public __construct ( array $handlers, Parser $parser, array $args )
$handlers array
$parser Parser
$args array

getParser() public method

public getParser ( ) : Parser
return Parser

getTexy() public method

public getTexy ( ) : Texy
return Texy

proceed() public method

public proceed ( ) : mixed
return mixed