added getRoot method.

This commit is contained in:
JT Smith 2005-01-07 14:59:39 +00:00
parent 5f8828c590
commit 215cd25c34

View file

@ -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 ( )