PHP Class XeroPHP\Models\Accounting\Report\Report

Inheritance: extends XeroPHP\Remote\Object
Afficher le fichier Open project: calcinai/xero-php

Méthodes publiques

Méthode 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 méthode

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

getGUIDProperty() public static méthode

Get the guid property
public static getGUIDProperty ( ) : string
Résultat string

getProperties() public static méthode

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
Résultat array

getReportDate() public méthode

public getReportDate ( ) : string
Résultat string

getReportID() public méthode

public getReportID ( ) : string
Résultat string

getReportName() public méthode

public getReportName ( ) : string
Résultat string

getReportTitles() public méthode

public getReportTitles ( ) : string
Résultat string

getReportType() public méthode

public getReportType ( ) : string
Résultat string

getRootNodeName() public static méthode

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

getRows() public méthode

public getRows ( ) : string
Résultat string

getSupportedMethods() public static méthode

Get the supported methods
public static getSupportedMethods ( )

getUpdatedDateUTC() public méthode

public getUpdatedDateUTC ( ) : string
Résultat string

isPageable() public static méthode

public static isPageable ( )

setReportDate() public méthode

public setReportDate ( string $value ) : Report
$value string
Résultat Report

setReportID() public méthode

public setReportID ( string $value ) : Report
$value string
Résultat Report

setReportName() public méthode

public setReportName ( string $value ) : Report
$value string
Résultat Report

setReportTitles() public méthode

public setReportTitles ( string $value ) : Report
$value string
Résultat Report

setReportType() public méthode

public setReportType ( string $value ) : Report
$value string
Résultat Report

setRows() public méthode

public setRows ( string $value ) : Report
$value string
Résultat Report

setUpdatedDateUTC() public méthode

public setUpdatedDateUTC ( string $value ) : Report
$value string
Résultat Report