POD tweaks
This commit is contained in:
parent
ecdcedfe2c
commit
eabe3ea776
10 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue