NAME
Rose::HTMLx::Form::Related::RelInfo - relationship summary
DESCRIPTION
Objects of this class are get/set from the various relationship methods in Metadata. See Rose::HTMLx::Form::Related::Metadata init_relationships().
METHODS
These are all get/set methods.
app
name
type
method
label
object_class
foreign_class
foreign_column
map_from
map_to
map_class
map_to_column
map_from_column
map_class_controller_class
cmap
controller
controller_class
get_controller
Returns controller() or fetches and caches a controller instance based on app().
foreign_column_for( field_name )
Returns the name of the foreign column related to field_name. Shortcut for looking up items in cmap().
as_hash
Returns all non-blessed values in a single hashref. Suitable for debugging.
AUTHOR
Peter Karman, <karman at cpan.org>
BUGS
Please report any bugs or feature requests to bug-rose-htmlx-form-related at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Rose-HTMLx-Form-Related. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Rose::HTMLx::Form::Related
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Rose-HTMLx-Form-Related
Search CPAN
ACKNOWLEDGEMENTS
The Minnesota Supercomputing Institute http://www.msi.umn.edu/
sponsored the development of this software.
COPYRIGHT & LICENSE
Copyright 2008 by the Regents of the University of Minnesota.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.