示例#1
0
 /**
  * Returns a unique list of districts used id offers.
  * @param string $province Name of the province from which districts will be given. Default null.
  * @param int $idLng Language Id. Default 1045.
  * @return string[]
  */
 public function GetDistricts($province = null, $idLng = 1045)
 {
     return Offers::GetDistricts($province, $idLng);
 }