Exemplo n.º 1
0
 public function getAdminRouteName()
 {
     $path = array($this->action_name);
     $this->admin->getAdminParentRoutePath($path);
     return 'admin:' . join(':', $path);
 }