Bug #75288
closed
Deprecate phpDoc tips in IfViewHelper
Added by Bill Dagou over 8 years ago.
Updated about 6 years ago.
Description
Line 16 and 81, \TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::convertArgumentValue() is not existed any more, I think it should refer to \TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\BooleanNode::evaluate()
I'm not sure about this one - others must confirm - but it is quite likely that the entire method is actually safe to remove. Just deducing from the internal logic of Fluid "back then", arguments should indeed become evaluated exclusively via the `evaluate` method on various nodes, as one "unit" (an ArrayNode of one set of arguments for one ViewHelper), recursively.
The method is gone in standalone Fluid (meaning this does not apply on TYPO3v8 and onward).
That's OK, as I found it when I was debugging my code and thinking someone else may also be confused with it.
Bill
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF