PHP Class ZFDebug_Controller_Plugin_Debug_Plugin_Cache

Inheritance: extends ZFDebug_Controller_Plugin_Debug_Plugin, implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
Show file Open project: jokkedk/zfdebug

Protected Properties

Property Type Description
$_cacheBackends Zend_Cache_Backend_ExtendedInterface
$_identifier string Contains plugin identifier name

Public Methods

Method Description
__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

Method Details

__construct() public method

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

getIconData() public method

Returns the base64 encoded icon
public getIconData ( ) : string
return string

getIdentifier() public method

Gets identifier for this plugin
public getIdentifier ( ) : string
return string

getPanel() public method

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

getTab() public method

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

Property Details

$_cacheBackends protected property

protected Zend_Cache_Backend_ExtendedInterface $_cacheBackends
return Zend_Cache_Backend_ExtendedInterface

$_identifier protected property

Contains plugin identifier name
protected string $_identifier
return string