Method | Description | |
---|---|---|
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getDeductions ( ) : string | ||
getGUIDProperty ( ) : string | Get the guid property | |
getNetPay ( ) : string | ||
getPayRunID ( ) : string | ||
getPayRunPeriodEndDate ( ) : DateTimeInterface | ||
getPayRunPeriodStartDate ( ) : DateTimeInterface | ||
getPayRunStatus ( ) : string | ||
getPaymentDate ( ) : DateTimeInterface | ||
getPayrollCalendarID ( ) : string | ||
getPayslipMessage ( ) : string | ||
getPayslips ( ) : |
||
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 | |
getReimbursement ( ) : string | ||
getResourceURI ( ) : string | Get the resource uri of the class (Contacts) etc | |
getRootNodeName ( ) : string | Get the root node name. Just the unqualified classname | |
getSuper ( ) : string | ||
getSupportedMethods ( ) | Get the supported methods | |
getTax ( ) : float | ||
getWages ( ) : string | ||
isPageable ( ) | ||
setPayRunID ( string $value ) : |
||
setPayRunPeriodEndDate ( DateTimeInterface $value ) : |
||
setPayRunPeriodStartDate ( DateTimeInterface $value ) : |
||
setPayRunStatus ( string $value ) : |
||
setPaymentDate ( DateTimeInterface $value ) : |
||
setPayrollCalendarID ( string $value ) : |
public static getAPIStem ( ) : string | null | ||
return | string | null |
public static getGUIDProperty ( ) : string | ||
return | string |
public getPayRunPeriodEndDate ( ) : DateTimeInterface | ||
return | DateTimeInterface |
public getPayRunPeriodStartDate ( ) : DateTimeInterface | ||
return | DateTimeInterface |
public getPaymentDate ( ) : DateTimeInterface | ||
return | DateTimeInterface |
public getPayslips ( ) : |
||
return | 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 setPayRunID ( string $value ) : |
||
$value | string | |
return |
public setPayRunPeriodEndDate ( DateTimeInterface $value ) : |
||
$value | DateTimeInterface | |
return |
public setPayRunPeriodStartDate ( DateTimeInterface $value ) : |
||
$value | DateTimeInterface | |
return |
public setPayRunStatus ( string $value ) : |
||
$value | string | |
return |
public setPaymentDate ( DateTimeInterface $value ) : |
||
$value | DateTimeInterface | |
return |
public setPayrollCalendarID ( string $value ) : |
||
$value | string | |
return |