ZMObject
└─ZMEvents
└─Events
public class Events
extends ZMEvents
| Constant Summary | |
|---|---|
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| final static str | |
| Fields inherited from org.zenmagick.core.services.misc\ZMEvents | |
|---|---|
| eventLog_, subscribers_ | |
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new instance. |
| void | update(mixed notifier, string eventId, array args) Generic zen-cart observer callback that delegates to internal methods... |
| Methods inherited from org.zenmagick.core.services.misc\ZMEvents | |
|---|---|
| __construct, attach, detach, event2method, fireEvent, getEventLog, instance | |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public final static str ALL_DONE = 'all_done'
public final static str CONTROLLER_PROCESS_END = 'controller_process_end'
public final static str CONTROLLER_PROCESS_START = 'controller_process_start'
public final static str CREATE_ACCOUNT = 'create_account'
public final static str CREATE_ORDER = 'create_order'
public final static str DISPATCH_DONE = 'dispatch_done'
public final static str DISPATCH_START = 'dispatch_start'
public final static str FINALISE_CONTENTS = 'finalise_contents'
public final static str GENERATE_EMAIL = 'generate_email'
public final static str LOGIN_SUCCESS = 'login_success'
public final static str LOGOFF_SUCCESS = 'logoff_success'
public final static str PASSWORD_CHANGED = 'password_changed'
public final static str SEARCH = 'search'
public final static str THEME_RESOLVED = 'theme_resolved'
public final static str VIEW_DONE = 'view_done'
public final static str VIEW_START = 'view_start'
public void __construct()
Create new instance.
public void update(mixed notifier, string eventId, array args)
Generic zen-cart observer callback that delegates to internal methods...
The actual method called is generated based on the event id.
null.
Event service.
This service will relay *all* zen-cart events to registered listeners. Subscriber have to implement the same
update(..)as for registering with zen-cart directly.