PHP Interface XeroPHP\Remote\ObjectInterface

Show file Open project: calcinai/xero-php

Public Methods

Method Description
getAPIStem ( )
getGUIDProperty ( ) : string | null Get the GUID Property if it exists
getProperties ( ) : array Get a list of properties
getResourceURI ( ) : string return the URI of the resource (if any)
getRootNodeName ( )
getSupportedMethods ( ) : array Get a list of the supported HTTP Methods
isPageable ( )

Method Details

getAPIStem() public static method

public static getAPIStem ( )

getGUIDProperty() public static method

Get the GUID Property if it exists
public static getGUIDProperty ( ) : string | null
return string | null

getProperties() public static method

Get a list of properties
public static getProperties ( ) : array
return array

getResourceURI() public static method

return the URI of the resource (if any)
public static getResourceURI ( ) : string
return string

getRootNodeName() public static method

public static getRootNodeName ( )

getSupportedMethods() public static method

Get a list of the supported HTTP Methods
public static getSupportedMethods ( ) : array
return array

isPageable() public static method

public static isPageable ( )