| Fey-ORM-Mock documentation | view source | Contained in the Fey-ORM-Mock distribution. |
Fey::ORM::Mock::Recorder - Records the history of changes for a class
version 0.05
This object is used to store a record of the changes for each class.
This class provides the following methods:
Returns a new recorder object.
This method takes a set of parameters which will be passed directly to
Fey::ORM::Mock::Action->new_action(). Then it stores the action.
Given a class name, this returns a list of stored actions for that class, from least to most recent.
Clears the record of actions for the class
Clears the records for all classes.
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2010 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0
| Fey-ORM-Mock documentation | view source | Contained in the Fey-ORM-Mock distribution. |