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