ViewHelper Documentation
v:if.condition.extend
Deprecation Notice
Please switch to `v:if
`. This view helper will be removed in 2.0.
Condition: Extended
Uses advanced ChildNodeAccessor approach to enable very complex conditions supporting AND/OR and parenthesis syntax elements as well as array and object comparison.
Example
<v:if.condition>
<v:if.condition.extend>
({a} == {b} && {c} != NULL) OR {a} == NULL
</v:if.condition.extend>
This text is completely ignored; only text in f:then is echoed
<f:then>
Output if TRUE
</f:then>
</v:if.condition>
<<<<<<< HEAD
Arguments
This ViewHelper has no arguments