PHP 클래스 ZFDebug_Controller_Plugin_Debug_Plugin_Auth

상속: extends ZFDebug_Controller_Plugin_Debug_Plugin, implements ZFDebug_Controller_Plugin_Debug_Plugin_Interface
파일 보기 프로젝트 열기: jokkedk/zfdebug

보호된 프로퍼티들

프로퍼티 타입 설명
$_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