Ejemplo n.º 1
0
 /**
  *
  * @return string the controller ID that is prefixed with the module ID (if any).
  */
 public function getUniqueId()
 {
     return $this->module instanceof Application ? $this->id : $this->module->getUniqueId() . '/' . $this->id;
 }