コード例 #1
0
 /**
  *
  * {@inheritDoc}
  * @see \yii\base\BootstrapInterface::bootstrap()
  */
 public function bootstrap($app)
 {
     $findProperty = Property::findOne(['class_name' => GroupAuthProperty::className()]);
     if ($findProperty) {
         Yii::$app->menu->on(Menu::MENU_ITEM_EVENT, [$this, 'hideElements'], CmsProperty::findAll(['admin_prop_id' => $findProperty->id]));
     }
 }