Метод | Описание | |
---|---|---|
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getAddressLine1 ( ) : string | ||
getAddressLine2 ( ) : string | ||
getCity ( ) : string | ||
getCountry ( ) : string | ||
getGUIDProperty ( ) : string | Get the guid property | |
getPostalCode ( ) : string | ||
getProperties ( ) : array | Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly | |
getRegion ( ) : string | ||
getResourceURI ( ) : string | Get the resource uri of the class (Contacts) etc | |
getRootNodeName ( ) : string | Get the root node name. Just the unqualified classname | |
getSupportedMethods ( ) | Get the supported methods | |
isPageable ( ) | ||
setAddressLine1 ( string $value ) : |
||
setAddressLine2 ( string $value ) : |
||
setCity ( string $value ) : |
||
setCountry ( string $value ) : |
||
setPostalCode ( string $value ) : |
||
setRegion ( string $value ) : |
public static getAPIStem ( ) : string | null | ||
Результат | string | null |
public static getGUIDProperty ( ) : string | ||
Результат | string |
public static getProperties ( ) : array | ||
Результат | array |
public static getResourceURI ( ) : string | ||
Результат | string |
public static getRootNodeName ( ) : string | ||
Результат | string |
public static getSupportedMethods ( ) |
public setAddressLine1 ( string $value ) : |
||
$value | string | |
Результат |
public setAddressLine2 ( string $value ) : |
||
$value | string | |
Результат |
public setCountry ( string $value ) : |
||
$value | string | |
Результат |
public setPostalCode ( string $value ) : |
||
$value | string | |
Результат |