Example #1
0
 /**
  * Retrieve name of the current module
  * @return mixed
  */
 protected function getControllerModuleName()
 {
     return $this->request->getControllerModule();
 }