PHP Класс XeroPHP\Models\Accounting\Report\Report

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

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

Метод Описание
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getGUIDProperty ( ) : string Get the guid property
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
getReportDate ( ) : string
getReportID ( ) : string
getReportName ( ) : string
getReportTitles ( ) : string
getReportType ( ) : string
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getRows ( ) : string
getSupportedMethods ( ) Get the supported methods
getUpdatedDateUTC ( ) : string
isPageable ( )
setReportDate ( string $value ) : Report
setReportID ( string $value ) : Report
setReportName ( string $value ) : Report
setReportTitles ( string $value ) : Report
setReportType ( string $value ) : Report
setRows ( string $value ) : Report
setUpdatedDateUTC ( string $value ) : Report

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
Результат string

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

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

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

Get the supported methods
public static getSupportedMethods ( )

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

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

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

public static isPageable ( )

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

public setReportDate ( string $value ) : Report
$value string
Результат Report

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

public setReportID ( string $value ) : Report
$value string
Результат Report

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

public setReportName ( string $value ) : Report
$value string
Результат Report

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

public setReportTitles ( string $value ) : Report
$value string
Результат Report

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

public setReportType ( string $value ) : Report
$value string
Результат Report

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

public setRows ( string $value ) : Report
$value string
Результат Report

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

public setUpdatedDateUTC ( string $value ) : Report
$value string
Результат Report