DeprecatedPanel
- Type
- Class
- Namespace
- craft\debug
- Inherits
- craft\debug\DeprecatedPanel » yii\debug\Panel (opens new window) » yii\base\Component (opens new window) » yii\base\BaseObject (opens new window)
- Implements
- yii\base\Configurable (opens new window)
- Since
- 3.0.0
Debugger panel that collects and displays deprecation warnings.
View source (opens new window)
# Public Properties
Property | Description |
---|---|
actions (opens new window) | array (opens new window) – Array of actions to add to the debug modules default controller. |
behaviors (opens new window) | yii\base\Behavior (opens new window) – List of behaviors attached to this component. |
data (opens new window) | mixed – Data associated with panel |
detail (opens new window) | string (opens new window) – Content that is displayed in debugger detail view. |
id (opens new window) | string (opens new window) – Panel unique identifier. |
module (opens new window) | yii\debug\Module (opens new window) |
name (opens new window) | string (opens new window) – Name of the panel. |
summary (opens new window) | string |