Static Public Member Functions |
static | dump ($data) |
static | prepareData ($data) |
Detailed Description
Definition at line 12 of file Yii2Debug.php.
Member Function Documentation
Yii2Debug::checkAccess |
( |
| ) |
|
Yii2Debug::corePanels |
( |
| ) |
|
|
protected |
Yii2Debug::coreUrlRules |
( |
| ) |
|
|
protected |
static Yii2Debug::dump |
( |
|
$data | ) |
|
|
static |
Dump variable to debug log.
- Parameters
-
Definition at line 312 of file Yii2Debug.php.
Yii2Debug::getLock |
( |
|
$tag | ) |
|
Panel initialization. Generate unique tag for page. Attach panels, log watcher. Register scripts for printing debug panel.
Definition at line 77 of file Yii2Debug.php.
Yii2Debug::initToolbar |
( |
| ) |
|
|
protected |
Yii2Debug::onEndRequest |
( |
|
$event | ) |
|
|
protected |
static Yii2Debug::prepareData |
( |
|
$data | ) |
|
|
static |
Convert data to plain array in recursive manner.
- Parameters
-
- Returns
- array
Definition at line 362 of file Yii2Debug.php.
Yii2Debug::processDebug |
( |
| ) |
|
|
protected |
Yii2Debug::resizeHistory |
( |
& |
$manifest | ) |
|
|
protected |
Yii2Debug::setLock |
( |
|
$tag, |
|
|
|
$value |
|
) |
| |
Member Data Documentation
Yii2Debug::$accessExpression |
Yii2Debug::$allowedIPs = array('127.0.0.1', '::1') |
Yii2Debug::$enabled = true |
Yii2Debug::$hiddenConfigOptions |
Initial value: array(
'components/db/username',
'components/db/password',
)
Definition at line 66 of file Yii2Debug.php.
Yii2Debug::$highlightCode = true |
Yii2Debug::$historySize = 50 |
Yii2Debug::$internalUrls = true |
Yii2Debug::$moduleId = 'debug' |
Yii2Debug::$panels = array() |
Yii2Debug::$showConfig = false |
The documentation for this class was generated from the following file: