Package DE_EPAGES::Presentation::API::Object::ObjectPageType
The ObjectPageType represents a specific object that is viewed with a page type. That's necessary, because the actual templates depend on both, page type and object.
Base |
DE_EPAGES::Core::API::Object::BaseObject |
Functions
load
Creates an ObjectPageType object and loads the list of available templates.
Syntax |
$ObjectPageType = DE_EPAGES::Presentation::API::Object::ObjectPageType->load( $PageType, $Object ); |
Input |
|
Return |
|
template
Returns a template hash for a template name and object.
Syntax |
$hTemplate = $ObjectPageType->template( $TemplateName, $Object ); |
Input |
|
Return |
|