Свойство | Type | Description | |
---|---|---|---|
$classmap | array | Default class map for wsdl=>php | |
$endpoint | string | The endpoint of the service |
Méthode | Description | |
---|---|---|
__construct ( string $wsdl, array $options, $user ) | Constructor using wsdl location and options array | |
select ( $selectStatement ) : a | Retrieves rows of data that satisfy the given {@link Statement#query} from the system. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
public select ( $selectStatement ) : a | ||
Résultat | a | result set of data that matches the given filter |
public static array $classmap | ||
Résultat | array |
public static string $endpoint | ||
Résultat | string |