PHP Класс XeroPHP\Models\PayrollAU\PayItem\LeaveType

Наследование: extends XeroPHP\Remote\Object
Показать файл Открыть проект

Открытые методы

Метод Описание
addTypeOfUnit ( float $value ) : LeaveType
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[] | Collection
isPageable ( )
setIsPaidLeave ( string $value ) : LeaveType
setLeaveLoadingRate ( float $value ) : LeaveType
setLeaveTypeID ( string $value ) : LeaveType
setName ( string $value ) : LeaveType
setNormalEntitlement ( string $value ) : LeaveType
setShowOnPayslip ( string $value ) : LeaveType

Описание методов

addTypeOfUnit() публичный Метод

public addTypeOfUnit ( float $value ) : LeaveType
$value float
Результат LeaveType

getAPIStem() публичный статический Метод

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
Результат string | null

getGUIDProperty() публичный статический Метод

Get the guid property
public static getGUIDProperty ( ) : string
Результат string

getIsPaidLeave() публичный Метод

public getIsPaidLeave ( ) : string
Результат string

getLeaveLoadingRate() публичный Метод

public getLeaveLoadingRate ( ) : float
Результат float

getLeaveTypeID() публичный Метод

public getLeaveTypeID ( ) : string
Результат string

getName() публичный Метод

public getName ( ) : string
Результат string

getNormalEntitlement() публичный Метод

public getNormalEntitlement ( ) : string
Результат string

getProperties() публичный статический Метод

Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly
public static getProperties ( ) : array
Результат array

getResourceURI() публичный статический Метод

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
Результат string

getRootNodeName() публичный статический Метод

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
Результат string

getShowOnPayslip() публичный Метод

public getShowOnPayslip ( ) : string
Результат string

getSupportedMethods() публичный статический Метод

Get the supported methods
public static getSupportedMethods ( )

getTypeOfUnits() публичный Метод

public getTypeOfUnits ( ) : float[] | Collection
Результат float[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

isPageable() публичный статический Метод

public static isPageable ( )

setIsPaidLeave() публичный Метод

public setIsPaidLeave ( string $value ) : LeaveType
$value string
Результат LeaveType

setLeaveLoadingRate() публичный Метод

public setLeaveLoadingRate ( float $value ) : LeaveType
$value float
Результат LeaveType

setLeaveTypeID() публичный Метод

public setLeaveTypeID ( string $value ) : LeaveType
$value string
Результат LeaveType

setName() публичный Метод

public setName ( string $value ) : LeaveType
$value string
Результат LeaveType

setNormalEntitlement() публичный Метод

public setNormalEntitlement ( string $value ) : LeaveType
$value string
Результат LeaveType

setShowOnPayslip() публичный Метод

public setShowOnPayslip ( string $value ) : LeaveType
$value string
Результат LeaveType