G
Size: a a a
G
Л
A
Л
Л
G
Л
M
M
Л
Л
EG
Л
M
M
class A {Можно вызвать метот с анонимной функции?
...
public function a () {
$this->eventManager->attach(self::EVENT_ACTIVE, null, function (Event $event) {
$this->b();
});
}
public function b()
{
var_dump('b');
}
}
DZ
M
DZ
M
MR
class A {Можно вызвать метот с анонимной функции?
...
public function a () {
$this->eventManager->attach(self::EVENT_ACTIVE, null, function (Event $event) {
$this->b();
});
}
public function b()
{
var_dump('b');
}
}