Scroll to navigation

Jifty::Event::Model(3pm) User Contributed Perl Documentation Jifty::Event::Model(3pm)

NAME

Jifty::Event::Model - Events representing changes to records

DESCRIPTION

Objects in this class represent changes to Jifty::Record classes (any action on a model class) as Jifty::Events.
As yet, this functionality is unused.

new

creates a new Jifty::Event::Model object. If "PubSub" is enabled for your application, checks to make sure that this event has the following (under-documented) parameters:
 record_id record_class action_class action_arguments timestamp result as_hash_before as_hash_after current_user_id
2010-12-08 perl v5.14.2