MessageList

Undocumented in source.

Members

Functions

appendMessage
void appendMessage(MessageInterface message)

Appends a message to the group

appendMessages
void appendMessages(MessageInterface[] messages)

Appends an array of messages to the group

filter
MessageInterface[] filter(string fieldName)

Filters the message group by field name

getMessages
MessageInterface[] getMessages()
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_messages
MessageInterface[] _messages;
Undocumented in source.

Meta