PHP Класс XeroPHP\Models\PayrollUS\Employee\TimeOffBalance

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

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

Метод Описание
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