コード例 #1
0
ファイル: default.php プロジェクト: LuccaCaldas/anahita
 /**
  * Before Controller _actionRead is executed.
  *
  * @param KEvent $event
  */
 public function onBeforeControllerGet(KEvent $event)
 {
     parent::onBeforeControllerGet($event);
     if ($this->getController()->getItem()) {
         $this->addToolbarCommands();
     }
 }