Exemplo n.º 1
0
 public function getControllerID()
 {
     if (!empty($this->model) && !empty($this->moduleName)) {
         return $this->controller;
     }
     return parent::getControllerID();
 }