From: <rv...@us...> - 2009-11-25 12:36:13
|
Revision: 327 http://treebase.svn.sourceforge.net/treebase/?rev=327&view=rev Author: rvos Date: 2009-11-25 12:36:02 +0000 (Wed, 25 Nov 2009) Log Message: ----------- POD syntax fixes Modified Paths: -------------- trunk/treebase-core/src/main/perl/lib/CIPRES/TreeBase/VeryBadORM.pm Modified: trunk/treebase-core/src/main/perl/lib/CIPRES/TreeBase/VeryBadORM.pm =================================================================== --- trunk/treebase-core/src/main/perl/lib/CIPRES/TreeBase/VeryBadORM.pm 2009-11-25 06:21:22 UTC (rev 326) +++ trunk/treebase-core/src/main/perl/lib/CIPRES/TreeBase/VeryBadORM.pm 2009-11-25 12:36:02 UTC (rev 327) @@ -70,8 +70,6 @@ method. The name of the joined table may be overridden by redefining the C<table> method for the instantiated class. See the descriptions of those methods below for details. -=back - =item 3. Reverse subobjects. If the object's package contains an C<%r_attr> hash with key C<foo>, the value is taken to @@ -132,7 +130,6 @@ The link table is C<study_author>, and the foreign table is C<person>. Then C< Study->new(4)->authors > will return C<Person> objects 101 and 103. - =back =head1 CLASS METHODS @@ -161,8 +158,12 @@ return $DBH->prepare_cached($q); } +=back + =head1 INSTANCE METHODS +=over + =item new() Instantiates an instance of one of the classes defined in TreeBaseObjects. This @@ -381,7 +382,13 @@ sub reified { $_[0]{'reified'} } -# Flags that the invocant object has been reified. + +=item set_reified() + +Flags that the invocant object has been reified. + +=cut + sub set_reified { $_[0]{'reified'} = 1 } =item get() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |