Example #1
0
 /**
  * Getter for $this->controller
  *
  * @return string name of controller
  */
 public function getController()
 {
     return \Lampcms\Request::getCleanControllerName($this->controller);
 }