[Rt-commit] r13504 - rt/3.8/trunk/lib/RT
ruz at bestpractical.com
ruz at bestpractical.com
Fri Jun 20 19:25:07 EDT 2008
Author: ruz
Date: Fri Jun 20 19:25:07 2008
New Revision: 13504
Modified:
rt/3.8/trunk/lib/RT/SavedSearch.pm
Log:
* pod changes
Modified: rt/3.8/trunk/lib/RT/SavedSearch.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/SavedSearch.pm (original)
+++ rt/3.8/trunk/lib/RT/SavedSearch.pm Fri Jun 20 19:25:07 2008
@@ -48,7 +48,7 @@
=head1 NAME
- RT::SavedSearch - an API for saving and retrieving search form values.
+RT::SavedSearch - an API for saving and retrieving search form values.
=head1 SYNOPSIS
@@ -56,12 +56,9 @@
=head1 DESCRIPTION
- SavedSearch is an object that can belong to either an RT::User or an
- RT::Group. It consists of an ID, a description, and a number of
- search parameters.
-
-=head1 METHODS
-
+SavedSearch is an object based on L<RT::SharedSetting> that can belong
+to either an L<RT::User> or an L<RT::Group>. It consists of an ID,
+a description, and a number of search parameters.
=cut
@@ -71,6 +68,8 @@
use warnings;
use base qw/RT::SharedSetting/;
+=head1 METHODS
+
=head2 ObjectName
An object of this class is called "search"
More information about the Rt-commit
mailing list