PHP Class ZFDebug_Controller_Plugin_Debug_Plugin_Auth

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
$_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

Public Methods

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

Method Details

__construct() public method

Create ZFDebug_Controller_Plugin_Debug_Plugin_Auth
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

$_acl protected property

Contains Acls for this application
protected Zend_Acl $_acl
return Zend_Acl

$_auth protected property

Contains Zend_Auth object
protected Zend_Auth $_auth
return Zend_Auth

$_identifier protected property

Contains plugin identifier name
protected string $_identifier
return string

$_role protected property

Contains "column name" for the role
protected string $_role
return string

$_user protected property

Contains "column name" for the username
protected string $_user
return string