Package DE_EPAGES::DemoContent::API::Object::DemoContent
object interface for DemoContent.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $DemoContent->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $DemoContent->dbPackage; |
Return |
|
deleteAttributes
Deletes the object attributes. Called by delete.
Syntax |
$Object->deleteAttributes; |
importXML
Import the XML file containing the demo content.
Syntax |
$Object->importXML; |