Exemplo n.º 1
0
 public function customPage(array $params)
 {
     if (empty($params['key'])) {
         $this->assign('content', '');
         return;
     }
     $this->assign('content', $this->service->getCustomPage($params['key']));
 }