public function getAnnouncesByToken($token, $strWhere, $arrLimit, $arrOrder = false)
 {
     return parent::getAnnouncesByToken($token, $strWhere, $arrOrder, $arrLimit, $this->arrFieldsXmlData);
 }
 public function getAnnouncesByToken($token, $strWhere, $arrLimit, $arrOrder = false)
 {
     return parent::getAnnouncesByToken($token, $strWhere, $arrOrder, $arrLimit);
 }