Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
A message envelope that can be updated for the duration of the requet before it gets flushed at the end of the request.
array $_header = 'null'The header of the table containing all columns
Details $_rows = 'array'The rows of the table $var array
Details__construct(
string $label
)
:
Constructor
DetailsaddRow(
array $row
)
:
voidAppend a row to the end of the table.
DetailsgetLastRow(
)
:
arrayReturns the last row of the table
DetailsgetMessage(
)
:
mixedGet the actual message to be sent in its final format.
DetailsgetRowAt(
integer $index
)
:
arrayReturns the row at the given index
DetailsgetRowCount(
)
:
integerReturns the number of rows
DetailssetHeader(
array $header
)
:
voidSet the table header
DetailssetRowAt(
integer $index, array $row
)
:
Sets the row on the given index to a new row
Details