Dave Rolsky > Fey-ORM-Mock-0.03 > Fey::Object::Mock::Schema

Download:
Fey-ORM-Mock-0.03.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Source  

NAME ^

Fey::Object::Mock::Schema - Mock schema class subclass of Fey::Object::Schema

DESCRIPTION ^

When you use Fey::ORM::Mock to mock a schema, this class will become your schema class's immediate parent. It in turn inherits from Fey::Object::Schema.

You will probably never need to use any of this class's methods, however.

METHODS ^

This class provides the following methods:

$class->Recorder

Returns the Fey::ORM::Mock::Recorder object associated with the schema.

$class->SetRecorder($recorder)

Sets the Fey::ORM::Mock::Recorder object associated with the schema.

AUTHOR ^

Dave Rolsky, <autarch@urth.org>

COPYRIGHT & LICENSE ^

Copyright 2008 Dave Rolsky, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.