Bug #3122
ViewHelper arguments are not properly passed to render() method
Start date:
2009-04-17
Due date:
% Done:
0%
Estimated time:
Has patch:
Description
If a ViewHelper registers different arguments than it accepts in the render()-method, arguments are not properly injected:
class MyViewHelper extends \F3\Fluid\Core\TagBasedViewHelper { @param string $someArgument public function render($someArgument) {...} }
In this example $someArgument will have the value of the "additionalAttributes"-argument that was registered in the parent ViewHelper.
Updated by Sebastian Kurfuerst about 13 years ago
- Assignee changed from Bastian Waidelich to Sebastian Kurfuerst
i'll take care of this
Updated by Sebastian Kurfuerst about 13 years ago
- Status changed from New to Resolved
resolved. will still be backported