Ejemplo n.º 1
0
 /**
  * Returns the canonical action name
  *
  * @return string
  */
 public function getCanonicalName()
 {
     return $this->module->getCanonicalName() . '#' . $this->model->getName();
 }