added getRoot method.
This commit is contained in:
parent
5f8828c590
commit
215cd25c34
1 changed files with 13 additions and 0 deletions
|
|
@ -1133,6 +1133,19 @@ sub getRank {
|
|||
return $rank;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getRoot ()
|
||||
|
||||
Returns the root asset object.
|
||||
|
||||
=cut
|
||||
|
||||
sub getRoot {
|
||||
return WebGUI::Asset->new("PBasset000000000000001");
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getToolbar ( )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue