Property | Type | Description | |
---|---|---|---|
$classmap | array | Default class map for wsdl=>php | |
$endpoint | string | The endpoint of the service |
Method | Description | |
---|---|---|
__construct ( string $wsdl, array $options, $user ) | Constructor using wsdl location and options array | |
get ( $selector ) : a | This field is required and should not be {@code null}. | |
mutate ( $operations ) : the | This field must not contain {@code null} elements. Elements in this field must have distinct IDs for following {@link Operator}s : SET, REMOVE. This field must contain at least one element. This field is required and should not be {@code null}. | |
query ( $query ) | This field is required and should not be {@code null}. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
public get ( $selector ) : a | ||
return | a | list of SharedSet entities that meet the criterion specified by the selector |
public mutate ( $operations ) : the | ||
return | the | modified CriterionList entities |
public query ( $query ) |
public static array $classmap | ||
return | array |
public static string $endpoint | ||
return | string |