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