Ejemplo n.º 1
0
 public function actionAll($type = null)
 {
     $dataProvider = GalleryService::getPaginationByType($type);
     Url::remember(['gallery/all'], 'galleries');
     return $this->render('@cmsgears/module-core/admin/views/gallery/all', ['dataProvider' => $dataProvider]);
 }