FireGento_MageMonitoring_Model_Widget_Abstract::addReportRow
Adds another row to watch dog report output.
Format of $attachments array: array(array('filename' => $name, 'content' => $content), ...)
Signature
public function addReportRow(string
$cssId,
string
$label,
string
$value,
[array|null
$attachments = null] )
Parameters
$cssId
— string- Css Id
$label
— string- Label
$value
— string- Value
$attachments
— object- Attachments
Returns
- $this