Package DE_EPAGES::GuidedTour::API::TLE::GuidedTourHandler
Guided Tour handler
Functions
- UnityBuildTourURL
- UnityCreateTourForShop
- UnityGetActiveTourForPage
- UnityGetAllActiveToursForShopType
- createTourForShop
- getActiveTour
- getActiveTours
- getGuidedTourShopFolder
- getShopTour
- getViewActionAlias
- getViewActionObjectID
UnityBuildTourURL
builds the url to jump to the given tour
Syntax |
UnityBuildTourURL($Processor, $aParams) |
Input |
|
Return |
|
UnityCreateTourForShop
Creates or gets the database object for a shop and returns it
Syntax |
UnityCreateTourForShop($Processor, $aParams) |
Input |
|
Return |
|
UnityGetActiveTourForPage
Return one active tour that is available for the given shop type and page type.
Syntax |
UnityGetActiveTourForPage($Processor, $aParams) |
Input |
|
Return |
|
UnityGetAllActiveToursForShopType
Return all active tours
Syntax |
UnityGetAllActiveToursForShopType($Processor, $aParams) |
Input |
|
Return |
|
createTourForShop
Creates a tour object for a shop.
Syntax |
createTourForShop($Shop, $Tour); |
Input |
|
Return |
|
getActiveTour
Returns one active tour from $aAvailableTours that corresponds to the given shop type and page type.
Syntax |
getActiveTour($ShopTypeAlias, $PageTypeAlias, $aAvailableTours) |
Input |
|
Return |
|
getActiveTours
Returns all active tours from $aAvailableTours that corresponds to the given shop type and page type.
Syntax |
getActiveTours($ShopTypeAlias, $PageTypeAlias, $aAvailableTours) |
Input |
|
Return |
|
getGuidedTourShopFolder
returns the guided tours folder for shop
Syntax |
getGuidedTourShopFolder($Shop) |
Input |
|
Return |
|
getShopTour
loads the tourobject in the shop
Syntax |
getShopTour($Shop, $TourAlias) |
Input |
|
Return |
|
getViewActionAlias
gets the viewaction alias for the a given pagetype
Syntax |
getViewActionAlias($PageTypeAlias) |
Input |
|
Return |
|
getViewActionObjectID
loads the object for the shop and returns the id
Syntax |
getViewActionObjectID($Shop, $ViewActionObjectAlias) |
Input |
|
Return |
|