프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$classmap | array | Default class map for wsdl=>php | |
$endpoint | string | The endpoint of the service |
메소드 | 설명 | |
---|---|---|
__construct ( string $wsdl, array $options, $user ) | Constructor using wsdl location and options array | |
get ( $selector ) : Returns | This field is required and should not be {@code null}. | |
mutate ( $operations ) : Returns | 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 ) : Returns | 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 ) : Returns | ||
리턴 | Returns | a page of matching trial objects. |
public mutate ( $operations ) : Returns | ||
리턴 | Returns | the list of updated Trials, in the same order as the {@code operations} list. |
public query ( $query ) : Returns | ||
리턴 | Returns | a page of matching trial objects. |