POD fixes and removing debug output
This commit is contained in:
parent
f3346bd008
commit
2d9565775f
53 changed files with 267 additions and 215 deletions
|
|
@ -64,7 +64,7 @@ sub getAssetIds {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getAsses ( )
|
||||
=head2 getAssets ( )
|
||||
|
||||
Returns an array reference containing asset objects for those that matched.
|
||||
|
||||
|
|
@ -95,7 +95,7 @@ sub getAssets {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getPaginatorResultSet ( )
|
||||
=head2 getPaginatorResultSet ( currentURL, paginateAfter, pageNumber, formVar )
|
||||
|
||||
Returns a paginator object containing the search result set data.
|
||||
|
||||
|
|
@ -318,6 +318,8 @@ sub search {
|
|||
|
||||
=head2 session ( )
|
||||
|
||||
Returns a reference to the current session.
|
||||
|
||||
=cut
|
||||
|
||||
sub session {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue