Sage Intacct SDK for PHP
|
Public Member Functions | |
getFolderName () | |
setFolderName ($folderName) | |
getDescription () | |
setDescription ($description) | |
getParentFolderName () | |
setParentFolderName ($parentFolderName) | |
Public Member Functions inherited from AbstractFunction | |
getControlId () | |
setControlId (string $controlId='') | |
__construct (string $controlId='') | |
writeXml (XMLWriter &$xml) | |
getControlId () | |
setControlId (string $controlId) | |
writeXml (XMLWriter &$xml) | |
Protected Attributes | |
$folderName | |
$description | |
$parentFolderName | |
Protected Attributes inherited from AbstractFunction | |
$controlId = '' | |
getDescription | ( | ) |
Get description
getFolderName | ( | ) |
Get folder name
getParentFolderName | ( | ) |
Get parent folder name
setDescription | ( | $description | ) |
Set description
string | $description |
setFolderName | ( | $folderName | ) |
Set folder name
string | $folderName |
setParentFolderName | ( | $parentFolderName | ) |
Set parent folder name
string | $parentFolderName |
|
protected |
|
protected |
|
protected |