Exemplo n.º 1
0
 /**
  *
  */
 public function afterSave()
 {
     parent::afterSave();
     /** @var MenuModule $menu */
     $menu = Yii::app()->getModule('menu');
     if ($menu->getCache()) {
         $menu->getCache()->flush();
     }
 }