Method | Description | |
---|---|---|
addDeductionLine ( |
||
addEarningsLine ( |
||
addLeaveAccrualLine ( |
||
addReimbursementLine ( |
||
addSuperannuationLine ( |
||
addTaxLine ( |
||
addTimesheetEarningsLine ( |
||
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getDeductionLines ( ) : |
||
getDeductions ( ) : float[] | |
||
getEarningsLines ( ) : |
||
getEmployeeGroup ( ) : string | ||
getEmployeeID ( ) : string | ||
getFirstName ( ) : string | ||
getGUIDProperty ( ) : string | Get the guid property | |
getLastEdited ( ) : string | ||
getLastName ( ) : string | ||
getLeaveAccrualLines ( ) : |
||
getLeaveEarningsLines ( ) : |
||
getNetPay ( ) : float | ||
getPayslipID ( ) : 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 | |
getReimbursementLines ( ) : |
||
getReimbursements ( ) : float[] | |
||
getResourceURI ( ) : string | Get the resource uri of the class (Contacts) etc | |
getRootNodeName ( ) : string | Get the root node name. Just the unqualified classname | |
getSuper ( ) : float | ||
getSuperannuationLines ( ) : |
||
getSupportedMethods ( ) | Get the supported methods | |
getTax ( ) : float | ||
getTaxLines ( ) : |
||
getTimesheetEarningsLines ( ) : |
||
getWages ( ) : float[] | |
||
isPageable ( ) | ||
setEmployeeID ( string $value ) : |
||
setPayslipID ( string $value ) : |
public addDeductionLine ( |
||
$value | ||
return |
public addEarningsLine ( |
||
$value | ||
return |
public addLeaveAccrualLine ( |
||
$value | ||
return |
public addReimbursementLine ( |
||
$value | ||
return |
public addSuperannuationLine ( |
||
$value | ||
return |
public addTaxLine ( |
||
$value | ||
return |
public addTimesheetEarningsLine ( |
||
$value | ||
return |
public static getAPIStem ( ) : string | null | ||
return | string | null |
public getDeductionLines ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public getDeductions ( ) : float[] | |
||
return | float[] | |
Always returns a collection, switch is for type hinting |
public getEarningsLines ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public static getGUIDProperty ( ) : string | ||
return | string |
public getLeaveAccrualLines ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public getLeaveEarningsLines ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public static getProperties ( ) : array | ||
return | array |
public getReimbursementLines ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public getReimbursements ( ) : float[] | |
||
return | float[] | |
Always returns a collection, switch is for type hinting |
public static getResourceURI ( ) : string | ||
return | string |
public static getRootNodeName ( ) : string | ||
return | string |
public getSuperannuationLines ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public static getSupportedMethods ( ) |
public getTaxLines ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public getTimesheetEarningsLines ( ) : |
||
return | Always returns a collection, switch is for type hinting |
public getWages ( ) : float[] | |
||
return | float[] | |
Always returns a collection, switch is for type hinting |
public setEmployeeID ( string $value ) : |
||
$value | string | |
return |
public setPayslipID ( string $value ) : |
||
$value | string | |
return |