before() публичный Метод

public before ( )
Пример #1
0
 public function before()
 {
     if ($this->request->param('slug') and $this->request->action != 'page') {
         $this->request->action = 'post';
     }
     parent::before();
 }