Zend Framework
1.12
|
Public Member Functions | |
__construct (array $messages) | |
Constructor. | |
count () | |
Countable: number of messages in collection. | |
getIterator () | |
IteratorAggregate: return iterable object. | |
Protected Attributes | |
$_messageCount | |
$_messages | |
__construct | ( | array | $messages | ) |
Constructor.
array | $messages |
count | ( | ) |
Countable: number of messages in collection.
getIterator | ( | ) |
IteratorAggregate: return iterable object.
|
protected |
|
protected |