phpDocumentor

ShopOfflinePageHelper
in package

Class ShopOfflinePageHelper

Table of Contents

$shopDefaultOfflineHtmlFile  : mixed
$shopOfflineHtmlFile  : string
Path to the cached HTML code for the shop offline page.
$updateCssFileFlag  : mixed
getShopOfflineHtml()  : mixed
Rebuilds the shop offline page.
pageRebuildNeeded()  : mixed
Checks if a rebuild of the shop offline page is needed.
rebuildShopOfflinePage()  : mixed
Rebuilds the shop offline page.
showShopOfflinePage()  : mixed
Rebuilds the shop offline page.

Properties

$shopDefaultOfflineHtmlFile

protected static mixed $shopDefaultOfflineHtmlFile = __DIR__ . '/../../../admin/html/content/shop_offline/shop_offline_page.tpl'

$shopOfflineHtmlFile

Path to the cached HTML code for the shop offline page.

protected static string $shopOfflineHtmlFile = __DIR__ . '/../../../cache/shop_offline_page.tpl'

$updateCssFileFlag

protected static mixed $updateCssFileFlag = __DIR__ . '/../../../cache/update_shop_offline_page_css.flag'

Methods

getShopOfflineHtml()

Rebuilds the shop offline page.

public static getShopOfflineHtml() : mixed
Return values
mixed

pageRebuildNeeded()

Checks if a rebuild of the shop offline page is needed.

public static pageRebuildNeeded() : mixed
Return values
mixed

rebuildShopOfflinePage()

Rebuilds the shop offline page.

public static rebuildShopOfflinePage() : mixed
Return values
mixed

showShopOfflinePage()

Rebuilds the shop offline page.

public static showShopOfflinePage() : mixed
Return values
mixed

Search results