dmitryd / typo3-simplemvc

[OBSOLETE] A TYPO3 "simplemvc" extension. This extension adds a simple high performance MVC framework to TYPO3.
7 stars 0 forks source link

make $view in AbstractController not private #8

Open franzholz opened 10 years ago

franzholz commented 10 years ago

Unfortunately the $view in AbstractController is private. And there is also not setter method for it. However a FE plugin might need to show several views. TYPO3 supports to have several flexform display modes set at the same time. So you need a method to call different views in a loop. This is not possible because of the private attribute to $view. Or you better add a setter method.