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