Ejemplo n.º 1
0
 /**
  * Returns a unique list of hall destiny (used in halls).
  * @param int $idLng Language Id. Default 1045.
  * @return string[]
  */
 public function GetHallDestiny($idLng = 1045)
 {
     return Offers::GetHallDestiny($idLng);
 }