PHP Класс ZFDebug_Controller_Plugin_Debug_Plugin_Auth

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

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

Свойство Тип Описание
$_acl Zend_Acl Contains Acls for this application
$_auth Zend_Auth Contains Zend_Auth object
$_identifier string Contains plugin identifier name
$_role string Contains "column name" for the role
$_user string Contains "column name" for the username

Открытые методы

Метод Описание
__construct ( array $options = [] ) : void Create ZFDebug_Controller_Plugin_Debug_Plugin_Auth
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_Auth
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

Описание свойств

$_acl защищенное свойство

Contains Acls for this application
protected Zend_Acl $_acl
Результат Zend_Acl

$_auth защищенное свойство

Contains Zend_Auth object
protected Zend_Auth $_auth
Результат Zend_Auth

$_identifier защищенное свойство

Contains plugin identifier name
protected string $_identifier
Результат string

$_role защищенное свойство

Contains "column name" for the role
protected string $_role
Результат string

$_user защищенное свойство

Contains "column name" for the username
protected string $_user
Результат string