Package DE_EPAGES::Forum::API::Object::ForumPost
object interface for ForumPost.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $ForumPost->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $ForumPost->dbPackage; |
Return |
|
template
This function is used to overwrite the given template for the purpose that each content object can defined there own template (visualisation). Manipulates the template name of a ForumPost that it matches to Layout of the parent Forum.
Syntax |
$Name = $Object->template($Name, $ObjectPageType); |
Input |
|
Return |
|