Package DE_EPAGES::EasyMarketing::API::SnippetManager
Manages the snippets
Functions
- getSnippetBasketPage
- getSnippetCategoryPage
- getSnippetConfirmationPage
- getSnippetHomePage
- getSnippetProductPage
- getSnippets
- new
getSnippetBasketPage
Create the snippet for the Basket Page
Syntax |
$SnippetManager->getSnippetBasketPage( $Basket, $ViewAction ); |
Input |
|
Return |
|
getSnippetCategoryPage
Create the snippet for the Category Page
Syntax |
$SnippetManager->getSnippetCategoryPage( $Category ); |
Input |
|
Return |
|
getSnippetConfirmationPage
Create the snippet for the Order Confirmation
Syntax |
$SnippetManager->getSnippetConfirmationPage( $Order ); |
Input |
|
Return |
|
getSnippetHomePage
Create the snippet for the Home Page
Syntax |
$SnippetManager->getSnippetHomePage( $Object ); |
Input |
|
Return |
|
getSnippetProductPage
Create the snippet for the Product Page
Syntax |
$SnippetManager->getSnippetProductPage( $Product ); |
Input |
|
Return |
|
getSnippets
Get the Snippets for the current page type
Syntax |
$SnippetManager->getSnippets($Object); |
Input |
|
Return |
|
new
constuctor
Syntax |
new( ); |
Return |
|