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 | |
createCustomFieldOptions ( $customFieldOptions ) : the | Creates new {@link CustomFieldOption} objects. | |
createCustomFields ( $customFields ) : the | Creates new {@link CustomField} objects. | |
getCustomFieldOption ( $customFieldOptionId ) : the | Returns the {@link CustomFieldOption} uniquely identified by the given ID. | |
getCustomFieldsByStatement ( $filterStatement ) : the | Gets a {@link CustomFieldPage} of {@link CustomField} objects that satisfy the given {@link Statement#query}. | |
performCustomFieldAction ( $customFieldAction, $filterStatement ) : the | Performs actions on {@link CustomField} objects that match the given {@link Statement#query}. | |
updateCustomFieldOptions ( $customFieldOptions ) : the | Updates the specified {@link CustomFieldOption} objects. | |
updateCustomFields ( $customFields ) : the | Updates the specified {@link CustomField} objects. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
public createCustomFieldOptions ( $customFieldOptions ) : the | ||
return | the | created custom field options with their IDs filled in |
public createCustomFields ( $customFields ) : the | ||
return | the | created custom fields with their IDs filled in |
public getCustomFieldOption ( $customFieldOptionId ) : the | ||
return | the | {@code CustomFieldOption} uniquely identified by the given ID |
PQL Property | Object Property |
---|---|
{@code id} | {@link CustomField#id} |
{@code entityType} | {@link CustomField#entityType} |
{@code name} | {@link CustomField#name} |
{@code isActive} | {@link CustomField#isActive} |
{@code visibility} | {@link CustomField#visibility} |
public getCustomFieldsByStatement ( $filterStatement ) : the | ||
return | the | custom fields that match the given filter |
public performCustomFieldAction ( $customFieldAction, $filterStatement ) : the | ||
return | the | result of the action performed |
public updateCustomFieldOptions ( $customFieldOptions ) : the | ||
return | the | updated custom field options |
public updateCustomFields ( $customFields ) : the | ||
return | the | updated custom fields |
public static array $classmap | ||
return | array |
public static string $endpoint | ||
return | string |