Свойство | 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 | |
get ( $selector ) : response | Returns a list of labels specified by the selector for the authenticated user. | |
mutate ( $operations ) : the | This field must not contain {@code null} elements. This field must contain at least one element. This field is required and should not be {@code null}. The following {@link Operator}s are supported: ADD, SET, REMOVE. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
public get ( $selector ) : response | ||
Résultat | response | containing lists of labels that meet all the criteria of the selector |
public mutate ( $operations ) : the | ||
Résultat | the | mutated labels, in the same order that they were in as the parameter |
public static array $classmap | ||
Résultat | array |
public static string $endpoint | ||
Résultat | string |