Ejemplo n.º 1
0
 /**
  * Returns a unique list of locations used id offers.
  * @param string[] $districts Array of districts to look for locations. Default null.
  * @param string $province Name of the province from which locations will be given. Default null.
  * @param int $idLng Language Id. Default 1045.
  * @param string $object Object's type from which locations will be given. Default null.
  * @param int $rent Offer's type of transaction from which locations will be given. Acceptable values 0/1. Default null.
  * @return string[]
  */
 public function GetLocations($districts = null, $province = null, $idLng = 1045, $object = null, $rent = null)
 {
     return Offers::GetLocations($districts, $province, $idLng, $object, $rent);
 }