ViewHelper Documentation
case
Case view helper that is only usable within the SwitchViewHelper.
Arguments
value anySimpleType, required
The switch value. If it matches, the child will be rendered.
default anySimpleType, required
If this is set, this child will be rendered, if none else matches.