예제 #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));
 }
예제 #2
0
 protected function exportItem($item)
 {
     return $this->exporter->ComboDropBoxable($this->entityMeta->getAdapter($item));
     //return $this->exporter->SelectComboBoxable($this->entityMeta->getAdapter($item));
 }