[Flow] Problem with extended Link-ActionViewHelper

Bastian Waidelich bastian at typo3.org
Mon May 6 11:45:57 CEST 2013


Hendrik Frahmann wrote:

Hi Hendrik,

> I testet it with an old Flow Installation from my timemachine and now I've got the exception [...]
> So I copied the head of the render-method from the original ActionViewHelper and added my parameters to the end of the declaration.
> Now it works.


I realized that too, when I tested your package on friday but I got 
confused by your statement:

> Before two or three weeks it has worked without problems.

In any case: I would consider the missing exception in Flow a bug:

class Foo {
	public function render($foo) {
	}
}

class Bar extends Foo {
	public function render($bar, $baz) {
	}
}

Should throw an exception, but it doesn't in Flow!


-- 
Bastian Waidelich
--
Core Developer Team

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the Flow mailing list