Sage Intacct SDK for PHP
Average Class Reference
Inheritance diagram for Average:
AbstractSelectFunction SelectInterface

Public Member Functions

 getFunctionName ()
 
- Public Member Functions inherited from AbstractSelectFunction
 __construct (string $field)
 
 getFunctionName ()
 
 writeXML (XMLWriter &$xml)
 
 writeXML (XMLWriter &$xml)
 

Additional Inherited Members

- Data Fields inherited from AbstractSelectFunction
const AVERAGE = 'avg'
 
const MINIMUM = 'min'
 
const MAXIMUM = 'max'
 
const COUNT = 'count'
 
const SUM = 'sum'
 

Member Function Documentation

◆ getFunctionName()

getFunctionName ( )
Returns
string

Reimplemented from AbstractSelectFunction.