메소드 | 설명 | |
---|---|---|
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 static getAPIStem ( ) : string | null | ||
리턴 | string | null |
public static getGUIDProperty ( ) : string | ||
리턴 | string |
public static getProperties ( ) : array | ||
리턴 | array |
public static getResourceURI ( ) : string | ||
리턴 | string |
public static getRootNodeName ( ) : string | ||
리턴 | string |
public getTypeOfUnits ( ) : float[] | |
||
리턴 | float[] | |
Always returns a collection, switch is for type hinting |
public setIsPaidLeave ( string $value ) : |
||
$value | string | |
리턴 |
public setLeaveLoadingRate ( float $value ) : |
||
$value | float | |
리턴 |
public setLeaveTypeID ( string $value ) : |
||
$value | string | |
리턴 |
public setNormalEntitlement ( string $value ) : |
||
$value | string | |
리턴 |
public setShowOnPayslip ( string $value ) : |
||
$value | string | |
리턴 |