Sage Intacct SDK for PHP
AbstractAttachmentsFolder Class Reference
Inheritance diagram for AbstractAttachmentsFolder:
AbstractFunction FunctionInterface AttachmentsFolderCreate AttachmentsFolderDelete AttachmentsFolderUpdate

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 = ''
 

Member Function Documentation

◆ getDescription()

getDescription ( )

Get description

Returns
string

◆ getFolderName()

getFolderName ( )

Get folder name

Returns
string

◆ getParentFolderName()

getParentFolderName ( )

Get parent folder name

Returns
string

◆ setDescription()

setDescription (   $description)

Set description

Parameters
string$description

◆ setFolderName()

setFolderName (   $folderName)

Set folder name

Parameters
string$folderName

◆ setParentFolderName()

setParentFolderName (   $parentFolderName)

Set parent folder name

Parameters
string$parentFolderName

Field Documentation

◆ $description

$description
protected

◆ $folderName

$folderName
protected

◆ $parentFolderName

$parentFolderName
protected