public function actionAll($type = null)
 {
     Url::remember(['post/category/all'], 'categories');
     return parent::actionAll(CmsGlobal::TYPE_POST, false);
 }
 public function actionAll($type = null)
 {
     Url::remember(['dropdown/all'], 'categories');
     return parent::actionAll(CoreGlobal::TYPE_COMBO, true);
 }