added a test for template
This commit is contained in:
parent
1ad601c8d9
commit
b1b4e50619
2 changed files with 26 additions and 6 deletions
|
|
@ -177,12 +177,16 @@ sub getEditForm {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getList ( namespace )
|
||||
=head2 getList ( session, namespace )
|
||||
|
||||
Returns a hash reference containing template ids and template names of all the templates in the specified namespace.
|
||||
|
||||
NOTE: This is a class method.
|
||||
|
||||
=head3 session
|
||||
|
||||
A reference to the current session.
|
||||
|
||||
=head3 namespace
|
||||
|
||||
Specify the namespace to build the list for.
|
||||
|
|
@ -227,7 +231,7 @@ sub process {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 processRaw ( template, vars )
|
||||
=head2 processRaw ( session, template, vars )
|
||||
|
||||
Evaluate a template replacing template commands for HTML.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue