debug\controllers\DefaultController $module

$module public property public yii\debug\Module $module = null

debug\controllers\DefaultController $layout

$layout public property The name of the layout to be applied to this controller's views. This property mainly affects the behavior of render(). Defaults to null, meaning the actual layout value should inherit that from $module's layout value. If false, no layout will be applied. The name of the layout to be applied to this controller's views. This property mainly affects the behavior of render(). Defaults to null, meaning the actual layout value should inherit that from $module's layout val

debug\components\TimelineDataProvider __construct()

__construct() public method TimelineDataProvider constructor. public void __construct ( yii\debug\panels\TimelinePanel $panel, $config = [] )$panel yii\debug\panels\TimelinePanel $config array

debug\components\TimelineDataProvider prepareModels()

prepareModels() protected method Prepares the data models that will be made available in the current page. protected array prepareModels ( )return array The available data models

debug\components\TimelineDataProvider getWidth()

getWidth() public method Returns item width percent of the total width public float getWidth ( $model )$model array

debug\components\TimelineDataProvider getTime()

getTime() public method Returns item duration, milliseconds public float getTime ( $model )$model array

debug\components\TimelineDataProvider getRulers()

getRulers() public method Ruler items, key milliseconds, value offset left public array getRulers ( $line = 10 )$line integer Number of columns

debug\components\TimelineDataProvider getLeft()

getLeft() public method Returns the offset left item, percentage of the total width public float getLeft ( $model )$model array

debug\components\TimelineDataProvider getCssClass()

getCssClass() public method Returns item, css class public string getCssClass ( $model )$model array

debug\components\TimelineDataProvider getColor()

getColor() public method Getting HEX color based on model duration public string getColor ( $model )$model array