Ejemplo n.º 1
0
 /**
  * Get module name of the current class
  *
  * @return string
  */
 public function getModule()
 {
     $manager = new Backend_Modules_Manager();
     return $manager->getControllerModule(get_called_class());
 }