예제 #1
0
파일: Tabs2.php 프로젝트: pscheit/psc-cms
 /**
  * Fügt ein TabOpenable den Tabs hinzu
  *
  */
 public function addTabOpenable(TabOpenable $item)
 {
     $rm = $item->getTabRequestMeta();
     return $this->add($item->getTabLabel(), NULL, $rm->getUrl(), $this->exporter->convertToId($item));
 }