PHP Класс ZFDebug_Controller_Plugin_Debug_Plugin_Cache

Наследование: extends ZFDebug_Controller_Plugin_Debug_Plugin, implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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