Revision cef8c551
Von Sven Schöling vor fast 7 Jahren hinzugefügt
SL/DB/Helper/Presenter.pm | ||
---|---|---|
19 | 19 |
|
20 | 20 |
eval "require $self->[0]"; |
21 | 21 |
|
22 |
splice @args, -1, 1, %{ $args[-1] } if @args && (ref($args[-1]) eq 'HASH'); |
|
23 |
|
|
22 | 24 |
if (my $sub = $self->[0]->can($method)) { |
23 | 25 |
return $sub->($self->[1], @args); |
24 | 26 |
} |
Auch abrufbar als: Unified diff
SL::DB<->Presenter: Argumente aus Templates korrekt splicen