Пример #1
0
 /**
  * Returns a unique list of locations used id investments.
  * @param $districts Array of districts to look for locations. Default null.
  * @return string[]
  */
 public function GetInvestmentsLocations($districts = null, $idLng = 1045)
 {
     return Investments::GetLocations($districts, $idLng);
 }