PHP 클래스 Redaxscript\Modules\PageCache\PageCache

부터: 3.0.0
저자: Henry Ruhs
상속: extends Config
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

프로퍼티 타입 설명
$_moduleArray array array of the module

공개 메소드들

메소드 설명
_compress ( string $content = null ) : string compress
_uncompress ( string $content = null ) : string uncompress
adminPanelNotification ( ) : array adminPanelNotification
renderTemplate ( ) : mixed renderTemplate

메소드 상세

_compress() 공개 정적인 메소드

compress
부터: 3.0.0
public static _compress ( string $content = null ) : string
$content string
리턴 string

_uncompress() 공개 정적인 메소드

uncompress
부터: 3.0.0
public static _uncompress ( string $content = null ) : string
$content string
리턴 string

adminPanelNotification() 공개 정적인 메소드

adminPanelNotification
부터: 3.0.0
public static adminPanelNotification ( ) : array
리턴 array

renderTemplate() 공개 정적인 메소드

renderTemplate
부터: 3.0.0
public static renderTemplate ( ) : mixed
리턴 mixed

프로퍼티 상세

$_moduleArray 보호되어 있는 정적으로 프로퍼티

array of the module
protected static array $_moduleArray
리턴 array