Method | Description | |
---|---|---|
addTypeOfUnit ( float $value ) : |
||
getAPIStem ( ) : string | null | Get the stem of the API (core.xro) etc | |
getGUIDProperty ( ) : string | Get the guid property | |
getIsPaidLeave ( ) : string | ||
getLeaveLoadingRate ( ) : float | ||
getLeaveTypeID ( ) : string | ||
getName ( ) : string | ||
getNormalEntitlement ( ) : 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 | |
getResourceURI ( ) : string | Get the resource uri of the class (Contacts) etc | |
getRootNodeName ( ) : string | Get the root node name. Just the unqualified classname | |
getShowOnPayslip ( ) : string | ||
getSupportedMethods ( ) | Get the supported methods | |
getTypeOfUnits ( ) : float[] | |
||
isPageable ( ) | ||
setIsPaidLeave ( string $value ) : |
||
setLeaveLoadingRate ( float $value ) : |
||
setLeaveTypeID ( string $value ) : |
||
setName ( string $value ) : |
||
setNormalEntitlement ( string $value ) : |
||
setShowOnPayslip ( string $value ) : |
public addTypeOfUnit ( float $value ) : |
||
$value | float | |
return |
public static getAPIStem ( ) : string | null | ||
return | string | null |
public static getGUIDProperty ( ) : string | ||
return | string |
public static getProperties ( ) : array | ||
return | array |
public static getResourceURI ( ) : string | ||
return | string |
public static getRootNodeName ( ) : string | ||
return | string |
public static getSupportedMethods ( ) |
public getTypeOfUnits ( ) : float[] | |
||
return | float[] | |
Always returns a collection, switch is for type hinting |
public setIsPaidLeave ( string $value ) : |
||
$value | string | |
return |
public setLeaveLoadingRate ( float $value ) : |
||
$value | float | |
return |
public setLeaveTypeID ( string $value ) : |
||
$value | string | |
return |
public setNormalEntitlement ( string $value ) : |
||
$value | string | |
return |
public setShowOnPayslip ( string $value ) : |
||
$value | string | |
return |