Ejemplo n.º 1
0
 /**
  * Returns a link to the main module page of this module.
  */
 public final function mainPageViewURL($args = null, $basedir = "")
 {
     return \creamy\ModuleHandler::pageLinkForModule($this->getModuleShortName(), $args, $basedir);
 }