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:
parent
73e5bed7df
commit
0adfa71621
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user