VM
Size: a a a
VM
VC
KN
KN
KN
KN
KN
KN
KN
KN
AL
KN
on(event, handler)
KN
AL
KN
AL
KN
KN
KN
class MyApplication implements ListenerInterface
{
use ListenerTrait;
}
interface ListenerInterface
{
public function on(...);
public function once(...);
public function removeListener(...);
public function removeListenerForEvent(...);
public function removeListeners();
}
KN