Esempio n. 1
0
 public function getAnnouncesByToken($token, $strWhere, $arrLimit, $arrOrder = false)
 {
     return parent::getAnnouncesByToken($token, $strWhere, $arrOrder, $arrLimit, $this->arrFieldsXmlData);
 }
Esempio n. 2
0
 public function getAnnouncesByToken($token, $strWhere, $arrLimit, $arrOrder = false)
 {
     return parent::getAnnouncesByToken($token, $strWhere, $arrOrder, $arrLimit);
 }