MIOLO20
|
Membros públicos | |
getSubscribedEvents () | |
An EventSubscriber knows himself what events he is interested in. If an EventSubscriber is added to an EventManager, the manager invokes getSubscribedEvents
and registers the subscriber as a listener for all returned events.
@license http://www.opensource.org/licenses/lgpl-license.php LGPL 2.0 Guilherme Blanco guilh.nosp@m.erme.nosp@m.blanc.nosp@m.o@ho.nosp@m.tmail.nosp@m..com Jonathan Wage jonwa.nosp@m.ge@g.nosp@m.mail..nosp@m.com Roman Borschel roman.nosp@m.@cod.nosp@m.e-fac.nosp@m.tory.nosp@m..org
Definido na linha 37 do ficheiro EventSubscriber.php.
getSubscribedEvents | ( | ) |
Returns an array of events this subscriber wants to listen to.
Implementado em MysqlSessionInit e OracleSessionInit.