Overview

Namespaces

  • MvcCore
    • Ext
      • Auth
        • Virtual
      • Debug
        • Tracy
      • Form
        • Core
        • Validators
      • Request
      • Router
        • Lang
      • View
        • Helpers
  • None

Classes

  • AuthPanel
  • IncludePanel
  • MvcCorePanel
  • RoutingPanel
  • SessionPanel
  • Overview
  • Namespace
  • Class
  • Tree

Class AuthPanel

MvcCore\Ext\Debug\Tracy\AuthPanel implements Tracy\IBarPanel
Namespace: MvcCore\Ext\Debug\Tracy
Located at ext-debug-tracy-auth/src/MvcCore/Ext/Tracy/AuthPanel.php
Methods summary
public string
# getId( )

Return unique panel id.

Return unique panel id.

Returns

string
public string
# getTab( )

Render tab (panel header). Set up view data if necessary.

Render tab (panel header). Set up view data if necessary.

Returns

string
public string
# getPanel( )

Render panel (panel content). Set up view data if necessary.

Render panel (panel content). Set up view data if necessary.

Returns

string
public static object
# setUpViewData( )

Set up view data, if data are completed, return them directly. - complete basic \MvcCore core objects to complere other view data - complete user and authorized boolean - set result data into static field

Set up view data, if data are completed, return them directly. - complete basic \MvcCore core objects to complere other view data - complete user and authorized boolean - set result data into static field

Returns

object
Constants summary
string VERSION

MvcCore Extension - Debug - Tracy Panel - Auth - version: Comparation by PHP function version_compare();

MvcCore Extension - Debug - Tracy Panel - Auth - version: Comparation by PHP function version_compare();

See

http://php.net/manual/en/function.version-compare.php
# '4.2.0'
Properties summary
public static string $Id

Debug panel id

Debug panel id

# 'auth-panel'
protected static stdClass $viewData

Prepared view data, only once, to render debug tab and debug panel content.

Prepared view data, only once, to render debug tab and debug panel content.

# NULL
MvcCore API documentation generated by ApiGen