PHP Класс XeroPHP\Models\Files\Association

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

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

Метод Описание
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getGUIDProperty ( ) : string Get the guid property
getObjectGroup ( ) : string
getObjectId ( ) : string
getObjectType ( ) : 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
isPageable ( )
setObjectGroup ( string $value ) : Association
setObjectId ( string $value ) : Association
setObjectType ( string $value ) : Association

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

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

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

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

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

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

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

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

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

public static isPageable ( )

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

public setObjectGroup ( string $value ) : Association
$value string
Результат Association

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

public setObjectId ( string $value ) : Association
$value string
Результат Association

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

public setObjectType ( string $value ) : Association
$value string
Результат Association