debug\panels\TimelinePanel init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

debug\panels\TimelinePanel getStart()

getStart() public method Start request, timestamp (obtained by microtime(true)) public float getStart ( )

debug\panels\TimelinePanel getName()

getName() public method public string getName ( )return string Name of the panel

debug\panels\TimelinePanel getModels()

getModels() protected method Returns an array of models that represents logs of the current request. Can be used with data providers, such as \yii\data\ArrayDataProvider. protected array getModels ( $refresh = false )$refresh boolean If need to build models from log messages and refresh them. return array Models

debug\panels\TimelinePanel getDuration()

getDuration() public method Request duration, milliseconds public float getDuration ( )

debug\panels\TimelinePanel getDetail()

getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view

debug\panels\TimelinePanel getColors()

getColors() public method Color indicators item profile, key: percentages of time request, value: hex color public array getColors ( )

debug\panels\TimelinePanel $start

$start public read-only property public float getStart ( )

debug\panels\TimelinePanel $name

$name public read-only property Name of the panel public string getName ( )

debug\panels\TimelinePanel $duration

$duration public read-only property public float getDuration ( )