PHP 클래스 XeroPHP\Models\Accounting\Report\Report

상속: extends XeroPHP\Remote\Object
파일 보기 프로젝트 열기: calcinai/xero-php

공개 메소드들

메소드 설명
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