메소드 |
설명 |
|
getAPIStem ( ) : string | null |
Get the stem of the API (core.xro) etc |
|
getAccountID ( ) : string |
|
|
getCode ( ) : string |
|
|
getGUIDProperty ( ) : string |
Get the guid property |
|
getName ( ) : 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 |
|
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 |
|
getType ( ) : string |
|
|
isPageable ( ) |
|
|
setAccountID ( string $value ) : Account |
|
|
setCode ( string $value ) : Account |
|
|
setName ( string $value ) : Account |
|
|
setType ( string $value ) : Account |
|
|