Package DE_EPAGES::Design::API::Object::NavBarElement
object interface for NavBarElement.
Base |
DE_EPAGES::Shop::API::Object::ShopObject |
Functions
canInvalidatePageCache
Overwrites method DE_EPAGES::Object::API::Object::Object->canInvalidatePageCache to invalidate page cache.
Syntax |
$Object->canInvalidatePageCache; |
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $NavBarElement->className; |
Return |
|
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 |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $NavBarElement->dbPackage; |
Return |
|
findPath
find the object via path started from current object. the path can be absolute "/Object1/Object2" or relative "Store/Catalog/Product" to the object. Replace #ShopPath with $Shop->get('Path').
Syntax |
$ObjectID = $Object->findPath($Path); |
Input |
|
Return |
|
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 |
|