Example #1
0
 public function populateLists(\Psc\CMS\DropContentsListCreater $creater)
 {
     $list = $creater->newDropContentsList('Links for USER Entity');
     $this->addSearchPanelLink($list, 'user');
 }
Example #2
0
 /**
  *
  * kann Psc\UI\DropContentsList $cms->newDropContentsList()
  * benutzen um neue Listen auf der Rechten seite zu erstellen (Akkordions);
  *
  */
 public function populateLists(\Psc\CMS\DropContentsListCreater $creater)
 {
     $cmsList = $creater->newDropContentsList($this->translate('sidebar.cms'));
     $this->addGridLink($cmsList, 'user');
 }