Method | Description | |
---|---|---|
addDeductionType ( |
||
addEarningsRate ( |
||
addLeaveType ( |
||
addReimbursementType ( |
||
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getDeductionTypes ( ) : |
||
getEarningsRates ( ) : |
||
getGUIDProperty ( ) : string | Get the guid property | |
getLeaveTypes ( ) : |
||
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 | |
getReimbursementTypes ( ) : |
||
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 ( ) |
public addDeductionType ( |
||
$value | ||
return |
public addEarningsRate ( |
||
$value | ||
return |
public addLeaveType ( |
||
$value | ||
return |
public addReimbursementType ( |
||
$value | ||
return |
public static getAPIStem ( ) : string | null | ||
return | string | null |
public getDeductionTypes ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public getEarningsRates ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public static getGUIDProperty ( ) : string | ||
return | string |
public getLeaveTypes ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public static getProperties ( ) : array | ||
return | array |
public getReimbursementTypes ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public static getResourceURI ( ) : string | ||
return | string |
public static getRootNodeName ( ) : string | ||
return | string |
public static getSupportedMethods ( ) |