fixed pod errors.
This commit is contained in:
parent
d9a777a2ee
commit
deec9cd409
5 changed files with 18 additions and 4 deletions
|
|
@ -652,7 +652,7 @@ sub saveFromFilesystem {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head saveFromHashref ( hashref )
|
||||
=head2 saveFromHashref ( hashref )
|
||||
|
||||
Stores a hash reference as an attachment.
|
||||
|
||||
|
|
|
|||
|
|
@ -192,6 +192,8 @@ The URL of the document to retrieve. It must begin with the standard "http://".
|
|||
|
||||
The time to live for this content. This is the amount of time (in seconds) that the content will remain in the cache. Defaults to "60".
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub setByHTTP {
|
||||
|
|
|
|||
|
|
@ -578,7 +578,7 @@ Returns a string of text.
|
|||
|
||||
=over
|
||||
|
||||
=itemname
|
||||
=item name
|
||||
|
||||
The name of the form variable to retrieve.
|
||||
|
||||
|
|
|
|||
|
|
@ -373,7 +373,7 @@ sub expireOffset {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head find ( name )
|
||||
=head2 find ( name )
|
||||
|
||||
An alternative to the constructor "new", use find as a constructor by name rather than id.
|
||||
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ Should be true for fields that need to be quoted in database queries.
|
|||
|
||||
=back
|
||||
|
||||
=head2 table
|
||||
=item table
|
||||
|
||||
This must be set to the name of the table that this class represents.
|
||||
|
||||
|
|
@ -255,10 +255,14 @@ sub minimumFields {
|
|||
|
||||
=head2 multiDelete( -where => @whereClauses, %p )
|
||||
|
||||
=over
|
||||
|
||||
=item -where
|
||||
|
||||
See multiNew().
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub multiDelete {
|
||||
|
|
@ -286,6 +290,8 @@ Unrecognised parameters are combined to form the where clause:
|
|||
|
||||
Additional, more complicated parameters maybe passed using the -where option.
|
||||
|
||||
=over
|
||||
|
||||
=item -where
|
||||
|
||||
If provided -where must be an array reference, which is evaluated to generate
|
||||
|
|
@ -311,6 +317,8 @@ option is true.
|
|||
|
||||
If true the minimum fields are selected from the database.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub multiNew {
|
||||
|
|
@ -339,6 +347,8 @@ sub multiNew {
|
|||
|
||||
=head2 new
|
||||
|
||||
=over
|
||||
|
||||
=item -properties
|
||||
|
||||
If a hash reference of property names to values is provided to this method,
|
||||
|
|
@ -362,6 +372,8 @@ See multiNew().
|
|||
|
||||
If true this stops the set() method from doing writing to the database.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub new {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue