HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
init () | |
getName () | |
getSummary () | |
getDetail () | |
save () | |
Public Member Functions inherited from Yii2DebugPanel | |
__construct ($owner, $id) | |
getOwner () | |
getComponent () | |
getId () | |
getTag () | |
getUrl () | |
load ($data, $tag=null) | |
render ($_viewFile_, $_data_=null) | |
renderDetail ($caption, $values) | |
renderTabs ($items) |
Public Attributes | |
const | CATEGORY_DUMP = 'Yii2Debug.dump' |
Public Attributes inherited from Yii2DebugPanel | |
$highlightCode | |
$filterData |
Additional Inherited Members | |
Protected Member Functions inherited from Yii2DebugPanel | |
getData () | |
highlightPhp ($code) | |
getLogs () | |
Protected Attributes inherited from Yii2DebugPanel | |
$_logsEnabled = false | |
$_logsCategories = array() | |
$_logsLevels = '' |
Definition at line 8 of file Yii2LogPanel.php.
Yii2LogPanel::getDetail | ( | ) |
Reimplemented from Yii2DebugPanel.
Definition at line 51 of file Yii2LogPanel.php.
Yii2LogPanel::getName | ( | ) |
Reimplemented from Yii2DebugPanel.
Definition at line 27 of file Yii2LogPanel.php.
Yii2LogPanel::getSummary | ( | ) |
Reimplemented from Yii2DebugPanel.
Definition at line 32 of file Yii2LogPanel.php.
Yii2LogPanel::init | ( | ) |
Debug panel initialization.
Reimplemented from Yii2DebugPanel.
Definition at line 15 of file Yii2LogPanel.php.
Yii2LogPanel::save | ( | ) |
Базовый метод для сбора отладочной информации
Reimplemented from Yii2DebugPanel.
Definition at line 82 of file Yii2LogPanel.php.
const Yii2LogPanel::CATEGORY_DUMP = 'Yii2Debug.dump' |
Definition at line 10 of file Yii2LogPanel.php.