POD tweaks

This commit is contained in:
Colin Kuskie 2007-02-10 21:49:57 +00:00
parent ecdcedfe2c
commit eabe3ea776
10 changed files with 10 additions and 10 deletions

View file

@ -25,7 +25,7 @@ macro is mainly used for making SQL Reports with dynamic queries.
=head3 fieldName
The name of the field to pull from the session variable.
The name of the field to pull from the session object.
=cut

View file

@ -22,7 +22,7 @@ Macro for userId of the current user.
=head2 process
Returns the userId from the session variable for the current user.
Returns the userId from the session object for the current user.
=cut

View file

@ -23,7 +23,7 @@ Macro for pulling information from the Asset in which it's embedded.
=head2 process ( property )
If the macro is called from outside of an Asset, or if there's no asset in
session variable, returns an empty string.
session object, returns an empty string.
=head3 property

View file

@ -24,7 +24,7 @@ Macro for returning the title of the current Asset.
Returns the title of the current Asset. If a WebGUI operation or function
is active, then the title is returned as a link to the Asset. If there is
no asset cached in the session variable, undef is returned.
no asset cached in the session object, undef is returned.
=cut

View file

@ -27,7 +27,7 @@ process is really a wrapper around $session->url->page();
=head3 $session
The current WebGUI session variable.
The current WebGUI session object.
=head3 $url

View file

@ -23,7 +23,7 @@ Macro for returning the title of the root for this page.
=head2 process ( )
If an asset exists in the session variable cache and and it's
If an asset exists in the session object cache and and it's
topmost parent (root) can be found the title for that asset
is returned. Otherwise an empty string is returned.

View file

@ -26,7 +26,7 @@ process is really a wrapper around $session->url->gateway();
=head3 $session
A WebGUI session variable.
A WebGUI session object.
=head3 $url

View file

@ -22,7 +22,7 @@ Macro for displaying the Company Name entered into the WebGUI site settings
=head2 process ( )
returns the companyName from the session variable.
returns the companyName from the session object.
=cut

View file

@ -22,7 +22,7 @@ Macro for displaying the Company Email entered into the WebGUI site settings
=head2 process ( )
returns the companyEmail from the session variable.
returns the companyEmail from the session object.
=cut

View file

@ -22,7 +22,7 @@ Macro for displaying the Company URL entered into the WebGUI site settings
=head2 process ( )
returns the companyURL from the session variable.
returns the companyURL from the session object.
=cut