PHP 클래스 XeroPHP\Models\PayrollAU\PayItem\LeaveType

상속: extends XeroPHP\Remote\Object
파일 보기 프로젝트 열기: calcinai/xero-php

공개 메소드들

메소드 설명
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