Public Member Functions | |
add ($object) | |
call ($method, $args=null) | |
__call ($method, $args=null) | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$chain = array() |
Definition at line 15 of file CallChain.class.php.
CallChain::__call | ( | $ | method, | |
$ | args = null | |||
) |
Definition at line 62 of file CallChain.class.php.
References $args.
CallChain::add | ( | $ | object | ) |
Definition at line 30 of file CallChain.class.php.
CallChain::call | ( | $ | method, | |
$ | args = null | |||
) |
Definition at line 37 of file CallChain.class.php.
References $args.
static CallChain::create | ( | ) | [static] |
Definition at line 22 of file CallChain.class.php.
CallChain::$chain = array() [private] |
Definition at line 17 of file CallChain.class.php.