ViewHelper Documentation
v:if.type.isTraversable
Condition: Value implements interface Traversable
Condition ViewHelper which renders the then
child if provided
value implements interface Traversable
Arguments
then anySimpleType
Value to be returned if the condition if met.
else anySimpleType
Value to be returned if the condition if not met.
value anySimpleType