TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
EventCallback.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Version\Dependency
;
3
20
class
EventCallback
{
21
25
protected
$object
;
26
30
protected
$method
;
31
35
protected
$targetArguments
;
36
44
public
function
__construct
(
$object
,
$method
, array
$targetArguments
= array()) {
45
$this->
object
=
$object
;
46
$this->method =
$method
;
47
$this->targetArguments =
$targetArguments
;
48
$this->targetArguments[
'target'
] =
$object
;
49
}
50
59
public
function
execute
(array $callerArguments = array(), $caller, $eventName) {
60
return
call_user_func_array(array($this->
object
, $this->method), array($callerArguments, $this->targetArguments, $caller, $eventName));
61
}
62
63
}
TYPO3\CMS\Version\Dependency\EventCallback\$targetArguments
$targetArguments
Definition:
EventCallback.php:35
TYPO3\CMS\Version\Dependency\EventCallback\__construct
__construct($object, $method, array $targetArguments=array())
Definition:
EventCallback.php:44
TYPO3\CMS\Version\Dependency\EventCallback\$method
$method
Definition:
EventCallback.php:30
TYPO3\CMS\Version\Dependency\EventCallback\execute
execute(array $callerArguments=array(), $caller, $eventName)
Definition:
EventCallback.php:59
TYPO3\CMS\Version\Dependency\EventCallback\$object
$object
Definition:
EventCallback.php:25
TYPO3\CMS\Version\Dependency
Definition:
DependencyEntityFactory.php:2
TYPO3\CMS\Version\Dependency\EventCallback
Definition:
EventCallback.php:20
typo3
sysext
version
Classes
Dependency
EventCallback.php
Generated on Wed Aug 7 2019 09:52:31 for TYPO3 CMS by
1.8.13