Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Fey::ORM::Mock::Seeder - Stores seeded data for future object construction
VERSION
version 0.06
DESCRIPTION
This object is used to store seeded data for constructors. You will probably not need to use this class directly, instead just use Fey::ORM::Mock->seed_class()
.
METHODS
This class provides the following methods:
Fey::ORM::Mock::Seeder->new()
Returns a new seeder object.
$seeder->push_values( $class => \%row, \%row, ... )
This seeds the constructor parameters for the given class.
$recorder->next($class)
Returns the next set of values for given class, if any exist.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2010 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)