PHP Class XeroPHP\Models\Accounting\Report\Report

Inheritance: extends XeroPHP\Remote\Object
Exibir arquivo Open project: calcinai/xero-php

Public Methods

Method Description
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

Method Details

getAPIStem() public static method

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

getGUIDProperty() public static method

Get the guid property
public static getGUIDProperty ( ) : string
return string

getProperties() public static method

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
return array

getReportDate() public method

public getReportDate ( ) : string
return string

getReportID() public method

public getReportID ( ) : string
return string

getReportName() public method

public getReportName ( ) : string
return string

getReportTitles() public method

public getReportTitles ( ) : string
return string

getReportType() public method

public getReportType ( ) : string
return string

getRootNodeName() public static method

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
return string

getRows() public method

public getRows ( ) : string
return string

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

getUpdatedDateUTC() public method

public getUpdatedDateUTC ( ) : string
return string

isPageable() public static method

public static isPageable ( )

setReportDate() public method

public setReportDate ( string $value ) : Report
$value string
return Report

setReportID() public method

public setReportID ( string $value ) : Report
$value string
return Report

setReportName() public method

public setReportName ( string $value ) : Report
$value string
return Report

setReportTitles() public method

public setReportTitles ( string $value ) : Report
$value string
return Report

setReportType() public method

public setReportType ( string $value ) : Report
$value string
return Report

setRows() public method

public setRows ( string $value ) : Report
$value string
return Report

setUpdatedDateUTC() public method

public setUpdatedDateUTC ( string $value ) : Report
$value string
return Report