Пример #1
0
 /**
  * Returns array of offers in investment.
  * @return array
  */
 public function GetOffers($lngId = 1045)
 {
     return Investments::GetOffers($this->GetId(), $lngId);
 }