Beispiel #1
0
 /**
  * Retreive the object admin side link, displayijng a SingleView page
  *
  * @param bool $onlyUrl wether or not to return a simple URL or a full <a> link
  * @return string user side link to the object
  */
 public function getAdminViewItemLink($onlyUrl = false)
 {
     $controller = new icms_ipf_Controller($this->handler);
     return $controller->getAdminViewItemLink($this, $onlyUrl);
 }