Class TexyHandlerInvocation


Around advice handlers.

TexyObject
   |
   --TexyHandlerInvocation
Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /libs/TexyHandlerInvocation.php (line 20)
Constructor Summary
public
__construct (array $handlers, TexyParser $parser, array $args)
Method Summary
void
free ()
PHP garbage collector helper.
TexyParser
Texy
getTexy ()
mixed
proceed (mixed 0)
Methods Inherited From TexyObject
TexyObject::extensionMethod(), TexyObject::getClass(), TexyObject::getReflection(), TexyObject::__call(), TexyObject::__callStatic(), TexyObject::__get(), TexyObject::__isset(), TexyObject::__set(), TexyObject::__unset()

Constructor Details

line 41

__construct

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

Input
array $handlers array of callbacks
TexyParser $parser
array $args arguments
Method Details

line 100

free

public void free ()

PHP garbage collector helper.

Output
void  

line 80

getParser

public TexyParser getParser ()

Output
TexyParser  

line 90

getTexy

public Texy getTexy ()

Output
Texy  

line 56

proceed

public mixed proceed (mixed 0)

Input
mixed 0
Output
mixed