Example #1
0
 /**
  * Generates and returns corresponding URL
  * @return string
  */
 public function getURL()
 {
     return Context::genModuleURL($this->module, $this->route, $this->mode);
 }