コード例 #1
0
ファイル: GroupAuthProperty.php プロジェクト: boehsermoe/luya
 public function init()
 {
     // parent initializer
     parent::init();
     // atache before render to stop render if not in group
     $this->on(self::EVENT_BEFORE_RENDER, [$this, 'eventBeforeRender']);
 }
コード例 #2
0
ファイル: GroupAuthProperty.php プロジェクト: GAMITG/luya
 public function init()
 {
     // parent initializer
     parent::init();
     // check if the current menu item does have this group
     //var_dump($this->getValue());
 }