Пример #1
0
 /**
  * Constructor
  * 
  * @param array $row
  *        	array
  * @param string $pidList
  *        	to search in
  */
 public function __construct($row, $pidList)
 {
     $this->setType('tx_feuser');
     $this->setObjectType('organizer');
     parent::__construct($row, $pidList);
     $this->createOrganizer($row);
     $this->templatePath = $this->conf['view.']['organizer.']['organizerModelTemplate4FEUser'];
 }
Пример #2
0
 public function fillTemplate($subpartMarker)
 {
     $GLOBALS['LANG']->includeLLFile('EXT:partner/locallang.php');
     return parent::fillTemplate($subpartMarker);
 }