Method | Description | |
---|---|---|
addDeductionLine ( |
||
addEarningsLine ( |
||
addReimbursementLine ( |
||
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getAmount ( ) : float | ||
getCalculationType ( ) : string | ||
getDeductionLines ( ) : |
||
getDeductionTypeID ( ) : string | ||
getEarningsLines ( ) : |
||
getEarningsRateID ( ) : string | ||
getGUIDProperty ( ) : string | Get the guid property | |
getLeaveLines ( ) : string | ||
getLeaveTypeID ( ) : string | ||
getNumberOfUnits ( ) : string | ||
getOpeningBalanceDate ( ) : DateTimeInterface | ||
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 ( ) : |
||
getReimbursementTypeID ( ) : string | ||
getResourceURI ( ) : string | Get the resource uri of the class (Contacts) etc | |
getRootNodeName ( ) : string | Get the root node name. Just the unqualified classname | |
getSuperLines ( ) : string | ||
getSuperMembershipID ( ) : string | ||
getSupportedMethods ( ) | Get the supported methods | |
getTax ( ) : string | ||
isPageable ( ) | ||
setAmount ( float $value ) : |
||
setCalculationType ( string $value ) : |
||
setDeductionTypeID ( string $value ) : |
||
setEarningsRateID ( string $value ) : |
||
setLeaveLine ( string $value ) : |
||
setLeaveTypeID ( string $value ) : |
||
setNumberOfUnit ( string $value ) : |
||
setOpeningBalanceDate ( DateTimeInterface $value ) : |
||
setReimbursementTypeID ( string $value ) : |
||
setSuperLine ( string $value ) : |
||
setSuperMembershipID ( string $value ) : |
||
setTax ( string $value ) : |
public addDeductionLine ( |
||
$value | ||
return |
public addEarningsLine ( |
||
$value | ||
return |
public addReimbursementLine ( |
||
$value | ||
return |
public static getAPIStem ( ) : string | null | ||
return | string | null |
public getDeductionLines ( ) : |
||
return | 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 getOpeningBalanceDate ( ) : DateTimeInterface | ||
return | DateTimeInterface |
public static getProperties ( ) : array | ||
return | array |
public getReimbursementLines ( ) : |
||
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 ( ) |
public setCalculationType ( string $value ) : |
||
$value | string | |
return |
public setDeductionTypeID ( string $value ) : |
||
$value | string | |
return |
public setEarningsRateID ( string $value ) : |
||
$value | string | |
return |
public setLeaveLine ( string $value ) : |
||
$value | string | |
return |
public setLeaveTypeID ( string $value ) : |
||
$value | string | |
return |
public setNumberOfUnit ( string $value ) : |
||
$value | string | |
return |
public setOpeningBalanceDate ( DateTimeInterface $value ) : |
||
$value | DateTimeInterface | |
return |
public setReimbursementTypeID ( string $value ) : |
||
$value | string | |
return |
public setSuperLine ( string $value ) : |
||
$value | string | |
return |
public setSuperMembershipID ( string $value ) : |
||
$value | string | |
return |