PHP Class ZFDebug_Controller_Plugin_Debug_Plugin_Cache

Inheritance: extends ZFDebug_Controller_Plugin_Debug_Plugin, implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
Afficher le fichier Open project: jokkedk/zfdebug

Protected Properties

Свойство Type Description
$_cacheBackends Zend_Cache_Backend_ExtendedInterface
$_identifier string Contains plugin identifier name

Méthodes publiques

Méthode 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 méthode

Create ZFDebug_Controller_Plugin_Debug_Plugin_Cache
public __construct ( array $options = [] ) : void
$options array
Résultat void

getIconData() public méthode

Returns the base64 encoded icon
public getIconData ( ) : string
Résultat string

getIdentifier() public méthode

Gets identifier for this plugin
public getIdentifier ( ) : string
Résultat string

getPanel() public méthode

Gets content panel for the Debugbar
public getPanel ( ) : string
Résultat string

getTab() public méthode

Gets menu tab for the Debugbar
public getTab ( ) : string
Résultat string

Property Details

$_cacheBackends protected_oe property

protected Zend_Cache_Backend_ExtendedInterface $_cacheBackends
Résultat Zend_Cache_Backend_ExtendedInterface

$_identifier protected_oe property

Contains plugin identifier name
protected string $_identifier
Résultat string