SimpleViewRenderer: important reminder

This commit is contained in:
Thomas Gelf 2017-07-13 09:39:32 +02:00
parent 8216daa3af
commit ccf3c0516d
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ class SimpleViewRenderer extends Helper implements ValidHtml
public function getName()
{
// TODO: This is wrong, should be 'viewRenderer' - but that would
// currently break nearly everything, starting with full layout
// rendering
return 'ViewRenderer';
}
}