Class Zend_Wildfire_Plugin_FirePhp_TableMessage

Description

A message envelope that can be updated for the duration of the requet before it gets flushed at the end of the request.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Wildfire/Plugin/FirePhp/TableMessage.php (line 39)

Zend_Wildfire_Plugin_FirePhp_Message
   |
   --Zend_Wildfire_Plugin_FirePhp_TableMessage
Variable Summary
 array $_header
 mixed $_rows
Method Summary
 Zend_Wildfire_Plugin_FirePhp_TableMessage __construct (string $label)
 void addRow (array $row)
 array getLastRow ()
 mixed getMessage ()
 array getRowAt (integer $index)
 integer getRowCount ()
 void setHeader (array $header)
 void setRowAt (integer $index, array $row)
Variables
Methods
Constructor __construct (line 58)

Constructor

Zend_Wildfire_Plugin_FirePhp_TableMessage __construct (string $label)
  • string $label: The label of the table

Redefinition of:
Zend_Wildfire_Plugin_FirePhp_Message::__construct()
Creates a new message with the given style and message
addRow (line 81)

Append a row to the end of the table.

  • access: public
void addRow (array $row)
  • array $row: An array of column values representing a row.
getLastRow (line 154)

Returns the last row of the table

  • return: Returns the last row
  • throws: Zend_Wildfire_Exception
  • access: public
array getLastRow ()
getMessage (line 91)

Get the actual message to be sent in its final format.

  • return: Returns the message to be sent.
  • access: public
mixed getMessage ()

Redefinition of:
Zend_Wildfire_Plugin_FirePhp_Message::getMessage()
Get the actual message to be sent in its final format.
getRowAt (line 107)

Returns the row at the given index

  • return: Returns the row
  • throws: Zend_Wildfire_Exception
  • access: public
array getRowAt (integer $index)
  • integer $index: The index of the row
getRowCount (line 143)

Returns the number of rows

  • access: public
integer getRowCount ()
setHeader (line 70)

Set the table header

  • access: public
void setHeader (array $header)
  • array $header: The header columns
setRowAt (line 126)

Sets the row on the given index to a new row

  • throws: Zend_Wildfire_Exception
  • access: public
void setRowAt (integer $index, array $row)
  • integer $index: The index of the row
  • array $row: The new data for the row

Inherited Methods

Inherited From Zend_Wildfire_Plugin_FirePhp_Message

 Zend_Wildfire_Plugin_FirePhp_Message::__construct()
 Zend_Wildfire_Plugin_FirePhp_Message::getBuffered()
 Zend_Wildfire_Plugin_FirePhp_Message::getDestroy()
 Zend_Wildfire_Plugin_FirePhp_Message::getLabel()
 Zend_Wildfire_Plugin_FirePhp_Message::getMessage()
 Zend_Wildfire_Plugin_FirePhp_Message::getOption()
 Zend_Wildfire_Plugin_FirePhp_Message::getOptions()
 Zend_Wildfire_Plugin_FirePhp_Message::getStyle()
 Zend_Wildfire_Plugin_FirePhp_Message::setBuffered()
 Zend_Wildfire_Plugin_FirePhp_Message::setDestroy()
 Zend_Wildfire_Plugin_FirePhp_Message::setLabel()
 Zend_Wildfire_Plugin_FirePhp_Message::setMessage()
 Zend_Wildfire_Plugin_FirePhp_Message::setOption()
 Zend_Wildfire_Plugin_FirePhp_Message::setStyle()

Documentation generated on Mon, 21 Jun 2010 15:48:09 -0400 by phpDocumentor 1.4.3