Method | Description | |
---|---|---|
addNumberOfUnit ( float $value ) : |
||
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getEarningsRateID ( ) : string | ||
getGUIDProperty ( ) : string | Get the guid property | |
getNumberOfUnits ( ) : float[] | |
||
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 | |
getRatePerUnit ( ) : float | ||
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 ( ) | ||
setEarningsRateID ( string $value ) : |
||
setRatePerUnit ( float $value ) : |
public addNumberOfUnit ( float $value ) : |
||
$value | float | |
return |
public static getAPIStem ( ) : string | null | ||
return | string | null |
public static getGUIDProperty ( ) : string | ||
return | string |
public getNumberOfUnits ( ) : float[] | |
||
return | float[] | |
Always returns a collection, switch is for type hinting |
public static getProperties ( ) : array | ||
return | array |
public static getResourceURI ( ) : string | ||
return | string |
public static getRootNodeName ( ) : string | ||
return | string |
public static getSupportedMethods ( ) |
public setEarningsRateID ( string $value ) : |
||
$value | string | |
return |
public setRatePerUnit ( float $value ) : |
||
$value | float | |
return |