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

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

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

Метод Описание
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getGUIDProperty ( ) : string Get the guid property
getIsPrimary ( ) : boolean
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
getWorkLocationID ( ) : string
isPageable ( )
setIsPrimary ( boolean $value ) : WorkLocation
setWorkLocationID ( string $value ) : WorkLocation

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

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

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

public getIsPrimary ( ) : boolean
Результат boolean

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 ( )

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

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

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

public static isPageable ( )

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

public setIsPrimary ( boolean $value ) : WorkLocation
$value boolean
Результат WorkLocation

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

public setWorkLocationID ( string $value ) : WorkLocation
$value string
Результат WorkLocation