Sage Intacct SDK for PHP
DdsObjectDdlRead Class Reference
Inheritance diagram for DdsObjectDdlRead:
AbstractFunction FunctionInterface

Public Member Functions

 getObjectName ()
 
 setObjectName ($objectName)
 
 writeXml (XMLWriter &$xml)
 
- Public Member Functions inherited from AbstractFunction
 getControlId ()
 
 setControlId (string $controlId='')
 
 __construct (string $controlId='')
 
 writeXml (XMLWriter &$xml)
 
 getControlId ()
 
 setControlId (string $controlId)
 
 writeXml (XMLWriter &$xml)
 

Additional Inherited Members

- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Detailed Description

Read a DDS object's DDL

Member Function Documentation

◆ getObjectName()

getObjectName ( )
Returns
string

◆ setObjectName()

setObjectName (   $objectName)
Parameters
string$objectName

◆ writeXml()

writeXml ( XMLWriter $xml)

Write the function block XML

Parameters
XMLWriter$xml

Reimplemented from AbstractFunction.