![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct ($object, $method, array $targetArguments=array()) | |
execute (array $callerArguments=array(), $caller, $eventName) | |
Protected Attributes | |
$object | |
$method | |
$targetArguments | |
Object to hold information on a callback to a defined object and method.
Definition at line 20 of file EventCallback.php.
__construct | ( | $object, | |
$method, | |||
array | $targetArguments = array() |
||
) |
Creates the objects.
object | $object | |
string | $method | |
array | $targetArguments | (optional) |
Definition at line 44 of file EventCallback.php.
References EventCallback\$method, EventCallback\$object, and EventCallback\$targetArguments.
execute | ( | array | $callerArguments = array() , |
$caller, | |||
$eventName | |||
) |
Executes the callback.
array | $callerArguments | |
object | $caller | |
string | $eventName |
Definition at line 60 of file EventCallback.php.
|
protected |
Definition at line 30 of file EventCallback.php.
Referenced by EventCallback\__construct().
|
protected |
Definition at line 25 of file EventCallback.php.
Referenced by EventCallback\__construct().
|
protected |
Definition at line 35 of file EventCallback.php.
Referenced by EventCallback\__construct().