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

This commit is contained in:
ian%hixie.ch 2002-04-05 22:13:52 +00:00
Родитель 66e053e7a4
Коммит 70f92fe612
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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 {