Add getArgumentsBranch() virtual method declaration (for completeness).

git-svn-id: svn://10.0.0.236/trunk@118293 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ian%hixie.ch 2002-04-05 22:13:52 +00:00
parent 73e5bed7df
commit 0adfa71621

View File

@ -82,6 +82,14 @@ sub getArguments {
$self->notImplemented();
}
# returns all the arguments present that begin with a specific string
# followed by a dot (the keys in the hash returned do not start with
# the prefix)
sub getArgumentsBranch {
my $self = shift;
$self->notImplemented();
}
sub hash {
my $self = shift;
return {