From 0adfa7162199c3f17c98dfa832fa4494592c1915 Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Fri, 5 Apr 2002 22:13:52 +0000 Subject: [PATCH] Add getArgumentsBranch() virtual method declaration (for completeness). git-svn-id: svn://10.0.0.236/trunk@118293 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/PLIF/PLIF/Input.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mozilla/webtools/PLIF/PLIF/Input.pm b/mozilla/webtools/PLIF/PLIF/Input.pm index 8cbe9540edb..f5133c86aba 100644 --- a/mozilla/webtools/PLIF/PLIF/Input.pm +++ b/mozilla/webtools/PLIF/PLIF/Input.pm @@ -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 {