PHP 클래스 XeroPHP\Models\PayrollUS\Employee\TimeOffBalance

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

공개 메소드들

메소드 설명
addTypeOfUnit ( PayItem $value ) : TimeOffBalance
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getEmployeeID ( ) : string
getGUIDProperty ( ) : string Get the guid property
getNumberOfUnits ( ) : 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
getSupportedMethods ( ) Get the supported methods
getTimeOffName ( ) : string
getTimeOffTypeId ( ) : PayItem
getTypeOfUnits ( ) : PayItem[] | Collection
isPageable ( )
setEmployeeID ( string $value ) : TimeOffBalance
setNumberOfUnit ( string $value ) : TimeOffBalance
setTimeOffName ( string $value ) : TimeOffBalance
setTimeOffTypeId ( PayItem $value ) : TimeOffBalance

메소드 상세

addTypeOfUnit() 공개 메소드

public addTypeOfUnit ( PayItem $value ) : TimeOffBalance
$value XeroPHP\Models\PayrollUS\PayItem
리턴 TimeOffBalance

getAPIStem() 공개 정적인 메소드

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
리턴 string | null

getEmployeeID() 공개 메소드

public getEmployeeID ( ) : string
리턴 string

getGUIDProperty() 공개 정적인 메소드

Get the guid property
public static getGUIDProperty ( ) : string
리턴 string

getNumberOfUnits() 공개 메소드

public getNumberOfUnits ( ) : 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

getSupportedMethods() 공개 정적인 메소드

Get the supported methods
public static getSupportedMethods ( )

getTimeOffName() 공개 메소드

public getTimeOffName ( ) : string
리턴 string

getTimeOffTypeId() 공개 메소드

public getTimeOffTypeId ( ) : PayItem
리턴 XeroPHP\Models\PayrollUS\PayItem

getTypeOfUnits() 공개 메소드

public getTypeOfUnits ( ) : PayItem[] | Collection
리턴 XeroPHP\Models\PayrollUS\PayItem[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

isPageable() 공개 정적인 메소드

public static isPageable ( )

setEmployeeID() 공개 메소드

public setEmployeeID ( string $value ) : TimeOffBalance
$value string
리턴 TimeOffBalance

setNumberOfUnit() 공개 메소드

public setNumberOfUnit ( string $value ) : TimeOffBalance
$value string
리턴 TimeOffBalance

setTimeOffName() 공개 메소드

public setTimeOffName ( string $value ) : TimeOffBalance
$value string
리턴 TimeOffBalance

setTimeOffTypeId() 공개 메소드

public setTimeOffTypeId ( PayItem $value ) : TimeOffBalance
$value XeroPHP\Models\PayrollUS\PayItem
리턴 TimeOffBalance