Exemplo n.º 1
0
 private static function GetContactArrayByID($id)
 {
     $ar = CCrmContact::GetbyID($id);
     return $ar;
 }