Ejemplo n.º 1
0
 /**
  * Returns a unique list of building types (used in flats).
  * @param int $idLng Language Id. Default 1045.
  * @param string $object Type of object from which building types will be given. Default null.
  * @return string[]
  */
 public function GetBuildingTypes($idLng = 1045, $object = null)
 {
     return Offers::GetBuildingTypes($idLng, $object);
 }