예제 #1
0
 /**
  * @return string full qualified page name including module name if any.
  */
 public function getPageName()
 {
     return is_null($this->module) ? $this->getID() : $this->module->getID() . ':' . $this->getID();
 }