ZMObject
└─ZMMessages
└─Messages
public class Messages
extends ZMMessages
| Method Summary | |
|---|---|
| void | Create new instance. |
| void | loadMessages(ZMSession session) {@inheritDoc} |
| void | saveMessages(ZMSession session) {@inheritDoc} |
| Methods inherited from org.zenmagick.mvc.services.misc\ZMMessages | |
|---|---|
| __construct, add, addAll, clear, error, getMessages, hasMessages, instance, loadMessages, msg, saveMessages, success, warn | |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct()
Create new instance.
public void loadMessages(ZMSession session)
Load messages from session.
public void saveMessages(ZMSession session)
Save messages in session.
Messages to be displayed to the user.
Messages will be saved in the session if not delivered.
All known zen cart query message types stored are supported.