PHP Class BcControllerEventDispatcher
beforeRender 等の、CakePHPのコントローラー向け標準イベントについて、
コントローラーごとにイベントをディスパッチする。
bootstrap で、attach される。
《イベント名の命名規則》
Controller.ControllerName.eventName
Afficher le fichier
Open project: baserproject/basercms
Méthodes publiques
Method Details
beforeRedirect()
public méthode
public beforeRedirect ( CakeEvent $event ) : Responcse |
$event |
CakeEvent |
|
Résultat |
Responcse |
|
beforeRender()
public méthode
implementedEvents()
public méthode
initialize()
public méthode
shutdown()
public méthode