Example #1
0
 /**
  * Constructor
  * 
  * @param integer $uid
  *        	to search for
  * @param string $pidList
  *        	to search in
  */
 public function __construct($row, $pidList)
 {
     parent::__construct($row, $pidList);
     $this->setObjectType('location');
     $this->setType('tx_tt_address');
     $this->createLocation($row);
     $this->templatePath = $this->conf['view.']['location.']['locationModelTemplate4Address'];
 }
Example #2
0
 function fillTemplate($subpartMarker)
 {
     $GLOBALS['LANG']->includeLLFile('EXT:partner/locallang.php');
     return parent::fillTemplate($subpartMarker);
 }