Метод | Описание | |
---|---|---|
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getAmount ( ) : float | ||
getDescription ( ) : string | ||
getExpenseAccount ( ) : string | ||
getGUIDProperty ( ) : string | Get the guid property | |
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 | |
getReimbursementTypeID ( ) : 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 ( ) | ||
setAmount ( float $value ) : |
||
setDescription ( string $value ) : |
||
setExpenseAccount ( string $value ) : |
||
setReimbursementTypeID ( string $value ) : |
public static getAPIStem ( ) : string | null | ||
Результат | string | null |
public static getGUIDProperty ( ) : string | ||
Результат | string |
public static getProperties ( ) : array | ||
Результат | array |
public getReimbursementTypeID ( ) : string | ||
Результат | string |
public static getResourceURI ( ) : string | ||
Результат | string |
public static getRootNodeName ( ) : string | ||
Результат | string |
public static getSupportedMethods ( ) |
public setDescription ( string $value ) : |
||
$value | string | |
Результат |
public setExpenseAccount ( string $value ) : |
||
$value | string | |
Результат |
public setReimbursementTypeID ( string $value ) : |
||
$value | string | |
Результат |