HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
getName () | |
getSummary () | |
getDetail () | |
save () | |
__construct ($owner, $id) | |
init () | |
getOwner () | |
getComponent () | |
getId () | |
getTag () | |
getUrl () | |
load ($data, $tag=null) | |
render ($_viewFile_, $_data_=null) | |
renderDetail ($caption, $values) | |
renderTabs ($items) |
Public Attributes | |
$highlightCode | |
$filterData |
Protected Member Functions | |
getData () | |
highlightPhp ($code) | |
getLogs () |
Protected Attributes | |
$_logsEnabled = false | |
$_logsCategories = array() | |
$_logsLevels = '' |
Private Member Functions | |
initLogRoute () |
Private Attributes | |
$_owner | |
$_id | |
$_tag | |
$_data | |
$_logRoute | |
$_hl |
Definition at line 16 of file Yii2DebugPanel.php.
Yii2DebugPanel::__construct | ( | $owner, | |
$id | |||
) |
Yii2Debug | $owner | |
string | $id |
Reimplemented in Yii2RequestPanel, and Yii2ViewPanel.
Definition at line 97 of file Yii2DebugPanel.php.
Yii2DebugPanel::getComponent | ( | ) |
|
protected |
Definition at line 151 of file Yii2DebugPanel.php.
Yii2DebugPanel::getDetail | ( | ) |
Reimplemented in Yii2LogPanel, Yii2DbPanel, Yii2ViewPanel, Yii2ProfilingPanel, Yii2ConfigPanel, and Yii2RequestPanel.
Definition at line 80 of file Yii2DebugPanel.php.
Yii2DebugPanel::getId | ( | ) |
Definition at line 135 of file Yii2DebugPanel.php.
|
protected |
Get logs from Yii2DebugLogRoute.
Exception |
Definition at line 254 of file Yii2DebugPanel.php.
Yii2DebugPanel::getName | ( | ) |
Reimplemented in Yii2DbPanel, Yii2LogPanel, Yii2ProfilingPanel, Yii2ConfigPanel, Yii2RequestPanel, and Yii2ViewPanel.
Definition at line 64 of file Yii2DebugPanel.php.
Yii2DebugPanel::getOwner | ( | ) |
Definition at line 118 of file Yii2DebugPanel.php.
Yii2DebugPanel::getSummary | ( | ) |
Reimplemented in Yii2DbPanel, Yii2LogPanel, Yii2ViewPanel, Yii2ProfilingPanel, Yii2ConfigPanel, and Yii2RequestPanel.
Definition at line 72 of file Yii2DebugPanel.php.
Yii2DebugPanel::getTag | ( | ) |
Definition at line 143 of file Yii2DebugPanel.php.
Yii2DebugPanel::getUrl | ( | ) |
Definition at line 159 of file Yii2DebugPanel.php.
|
protected |
Подсветка php-кода
string | $code |
Definition at line 236 of file Yii2DebugPanel.php.
Yii2DebugPanel::init | ( | ) |
Debug panel initialization.
Reimplemented in Yii2DbPanel, Yii2LogPanel, and Yii2ProfilingPanel.
Definition at line 108 of file Yii2DebugPanel.php.
|
private |
Initialize Yii2DebugLogRoute.
CException |
Definition at line 267 of file Yii2DebugPanel.php.
Yii2DebugPanel::load | ( | $data, | |
$tag = null |
|||
) |
array | $data | |
null | string | $tag |
Definition at line 171 of file Yii2DebugPanel.php.
Yii2DebugPanel::render | ( | $_viewFile_, | |
$_data_ = null |
|||
) |
Renders a view file
string | $_viewFile_ | view file |
array | $_data_ | data to be extracted and made available to the view file |
Definition at line 183 of file Yii2DebugPanel.php.
Yii2DebugPanel::renderDetail | ( | $caption, | |
$values | |||
) |
Рендер блока с массивом key-value
string | $caption | |
array | $values |
Definition at line 203 of file Yii2DebugPanel.php.
Yii2DebugPanel::renderTabs | ( | $items | ) |
Рендер панели с закладками
array | $items |
Definition at line 217 of file Yii2DebugPanel.php.
Yii2DebugPanel::save | ( | ) |
Базовый метод для сбора отладочной информации
Reimplemented in Yii2DbPanel, Yii2LogPanel, Yii2ProfilingPanel, Yii2ViewPanel, Yii2ConfigPanel, and Yii2RequestPanel.
Definition at line 89 of file Yii2DebugPanel.php.
|
private |
Definition at line 55 of file Yii2DebugPanel.php.
|
private |
Definition at line 229 of file Yii2DebugPanel.php.
|
private |
Definition at line 47 of file Yii2DebugPanel.php.
|
private |
Definition at line 59 of file Yii2DebugPanel.php.
|
protected |
Definition at line 34 of file Yii2DebugPanel.php.
|
protected |
Definition at line 29 of file Yii2DebugPanel.php.
|
protected |
Definition at line 39 of file Yii2DebugPanel.php.
|
private |
Definition at line 43 of file Yii2DebugPanel.php.
|
private |
Definition at line 51 of file Yii2DebugPanel.php.
Yii2DebugPanel::$filterData |
Definition at line 25 of file Yii2DebugPanel.php.
Yii2DebugPanel::$highlightCode |
Definition at line 21 of file Yii2DebugPanel.php.