Package DE_EPAGES::Design::API::Object::NavBarElement
object interface for NavBarElement.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
clone
Inserts a new object into the database as copy from old object.
Syntax |
$Clone = $NavBarElement->clone ($hInfo); $Clone = $NavBarElement->clone( $hInfo, $Recursive ); |
Input |
|
Return |
|
invalidatePageCache
Invalidates page cache (mark at site).
Syntax |
$Object->invalidatePageCache; |
template
This function is used to overwrite the given template for the purpose that each navelement can defined there own editor template (visualisation).
Syntax |
$Name = $Object->template($Name, $ObjectPageType); |
Input |
|
Return |
|
updatePageCache
Updates page cache date of the object's site if the object is an instance of one of the pre-defined classes (this classes implement invalidatePageCache method). These classes influence the content which is shown on storefront pages.
Syntax |
$Object->updatePageCache; |