debug\panels\MailPanel getSummary()

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

debug\panels\MailPanel getName()

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

debug\panels\MailPanel getMessages()

getMessages() public method Returns info about messages of current request. Each element is array holding message info, such as: time, reply, bc, cc, from, to and other. public array getMessages ( )return array Messages

debug\panels\MailPanel getDetail()

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

debug\panels\MailPanel $summary

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

debug\panels\MailPanel $name

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

debug\panels\MailPanel $messages

$messages public read-only property Messages public array getMessages ( )

debug\panels\MailPanel $mailPath

$mailPath public property Path where all emails will be saved. should be an alias. public string $mailPath = '@runtime/debug/mail'

debug\panels\MailPanel $detail

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

debug\panels\LogPanel 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