PHP 클래스 ZFDebug_Controller_Plugin_Debug_Plugin_Cache

상속: extends ZFDebug_Controller_Plugin_Debug_Plugin, implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
파일 보기 프로젝트 열기: jokkedk/zfdebug

보호된 프로퍼티들

프로퍼티 타입 설명
$_cacheBackends Zend_Cache_Backend_ExtendedInterface
$_identifier string Contains plugin identifier name

공개 메소드들

메소드 설명
__construct ( array $options = [] ) : void Create ZFDebug_Controller_Plugin_Debug_Plugin_Cache
getIconData ( ) : string Returns the base64 encoded icon
getIdentifier ( ) : string Gets identifier for this plugin
getPanel ( ) : string Gets content panel for the Debugbar
getTab ( ) : string Gets menu tab for the Debugbar

메소드 상세

__construct() 공개 메소드

Create ZFDebug_Controller_Plugin_Debug_Plugin_Cache
public __construct ( array $options = [] ) : void
$options array
리턴 void

getIconData() 공개 메소드

Returns the base64 encoded icon
public getIconData ( ) : string
리턴 string

getIdentifier() 공개 메소드

Gets identifier for this plugin
public getIdentifier ( ) : string
리턴 string

getPanel() 공개 메소드

Gets content panel for the Debugbar
public getPanel ( ) : string
리턴 string

getTab() 공개 메소드

Gets menu tab for the Debugbar
public getTab ( ) : string
리턴 string

프로퍼티 상세

$_cacheBackends 보호되어 있는 프로퍼티

protected Zend_Cache_Backend_ExtendedInterface $_cacheBackends
리턴 Zend_Cache_Backend_ExtendedInterface

$_identifier 보호되어 있는 프로퍼티

Contains plugin identifier name
protected string $_identifier
리턴 string