PHP Class Redaxscript\Modules\PageCache\PageCache

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends Config
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_moduleArray array array of the module

Public Methods

Method Description
_compress ( string $content = null ) : string compress
_uncompress ( string $content = null ) : string uncompress
adminPanelNotification ( ) : array adminPanelNotification
renderTemplate ( ) : mixed renderTemplate

Method Details

_compress() public static method

compress
Since: 3.0.0
public static _compress ( string $content = null ) : string
$content string
return string

_uncompress() public static method

uncompress
Since: 3.0.0
public static _uncompress ( string $content = null ) : string
$content string
return string

adminPanelNotification() public static method

adminPanelNotification
Since: 3.0.0
public static adminPanelNotification ( ) : array
return array

renderTemplate() public static method

renderTemplate
Since: 3.0.0
public static renderTemplate ( ) : mixed
return mixed

Property Details

$_moduleArray protected static property

array of the module
protected static array $_moduleArray
return array