debug\panels\ProfilingPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

debug\panels\ProfilingPanel getSummary()

getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar

debug\panels\ProfilingPanel getName()

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

debug\panels\ProfilingPanel getModels()

getModels() protected method Returns array of profiling models that can be used in a data provider. protected array getModels ( )return array Models

debug\panels\ProfilingPanel getDetail()

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

debug\panels\ProfilingPanel $summary

$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )

debug\panels\ProfilingPanel $name

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

debug\panels\ProfilingPanel $detail

$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )

debug\panels\MailPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

debug\panels\MailPanel 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 ( )