$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )
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
load() public method Loads data into the panel public void load ( $data )$data mixed
getUrl() public method public string getUrl ( $additionalParams = null )$additionalParams null|array Optional additional parameters to add to the route return string URL pointing to panel detail view
getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar
getName() public method public string getName ( )return string Name of the panel
getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view
$url public read-only property URL pointing to panel detail view public string getUrl ( $additionalParams = null )
$tag public property Request data set identifier. public string $tag = null
$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )
Page 380 of 633