[TYPO3-mvc] Fluid: Access to the original object passed as content of a viewHelper?

Franz Koch typo3.RemoveForMessage at elements-net.de
Fri Jan 29 00:25:14 CET 2010


Hi again,

> page. Also debugging one parameter after another didn't show any
> valuable output ($this->viewHelperNode is always empty?). And as I

ok - I found out that $viewHelperNode is of type "private" and that I 
can't access this private property of the parent class from my extending 
class (shouldn't it have the same access rights?) - nice :(

So it seems I can't get access to the raw objects as I don't have any 
access to the viewHelperNode containing this information. So building a 
viewHelper for this task seems not the way to go, as having to define 
everything by hand is just as much work and requires the same advanced 
knowledge of the inner workings of the extension then directly referring 
to LLL pathes. I hope the valueObject method from Masi is turning out 
better.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list