Giant 1.0
|
Go to the source code of this file.
Variables | |
$pays = IssetObject($formR['pays']) | |
$AdvencedSearch = AdvencedSearch($formR['siret']) | |
$soap_client = getClient($pays, 'Search') | |
$Search = new SearchPortType() | |
$params = $Search->Search() | |
$params Search | IncludePhoneticMatches = false |
$params Search | IncludeSuggestions = false |
$params Search | NumRows = $_SESSION['nbReponses'] |
$params Search | StartRows = setPosition($position) |
$AdvencedSearch = AdvencedSearch($formR['siret']) |
Definition at line 6 of file Search.php.
$params = $Search->Search() |
Definition at line 11 of file Search.php.
$pays = IssetObject($formR['pays']) |
Definition at line 5 of file Search.php.
$Search = new SearchPortType() |
Definition at line 10 of file Search.php.
$soap_client = getClient($pays, 'Search') |
Definition at line 8 of file Search.php.
$params Search IncludePhoneticMatches = false |
Definition at line 12 of file Search.php.
$params Search IncludeSuggestions = false |
Definition at line 13 of file Search.php.
$params Search NumRows = $_SESSION['nbReponses'] |
Definition at line 14 of file Search.php.
$params Search StartRows = setPosition($position) |
Definition at line 15 of file Search.php.