Sage Intacct SDK for PHP
Field Class Reference
Inheritance diagram for Field:
SelectInterface

Public Member Functions

 __construct (string $fieldName)
 
 writeXML (XMLWriter &$xml)
 
 writeXML (XMLWriter &$xml)
 

Data Fields

const FIELD = 'field'
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( string  $fieldName)

Field constructor.

Parameters
string$fieldName
Exceptions
InvalidArgumentException

Member Function Documentation

◆ writeXML()

writeXML ( XMLWriter $xml)
Parameters
XMLWriter&$xml

Implements SelectInterface.

Field Documentation

◆ FIELD

const FIELD = 'field'