Class yii\mongodb\debug\MongoDbPanel
| Inheritance | yii\mongodb\debug\MongoDbPanel » yii\debug\panels\DbPanel |
|---|---|
| Available since version | 2.0.1 |
MongoDbPanel panel that collects and displays MongoDB queries performed.
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $db | yii\mongodb\debug\MongoDbPanel |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| canBeExplained() | yii\mongodb\debug\MongoDbPanel | |
| getName() | yii\mongodb\debug\MongoDbPanel | |
| getProfileLogs() | Returns all profile logs of the current request for this panel. | yii\mongodb\debug\MongoDbPanel |
| getSummaryName() | yii\mongodb\debug\MongoDbPanel | |
| init() | yii\mongodb\debug\MongoDbPanel |
Protected Methods
| Method | Description | Defined By |
|---|---|---|
| getQueryType() | yii\mongodb\debug\MongoDbPanel | |
| hasExplain() | yii\mongodb\debug\MongoDbPanel |
Property Details
Method Details
| public static void canBeExplained ( $type ) | ||
| $type | ||
| public void getName ( ) |
Returns all profile logs of the current request for this panel.
| public array getProfileLogs ( ) |
| protected void getQueryType ( $timing ) | ||
| $timing | ||
| public void getSummaryName ( ) |
| protected void hasExplain ( ) |
| public void init ( ) |