31 public function render($value = NULL, $default = FALSE) {
34 throw new \TYPO3\CMS\Fluid\Core\ViewHelper\Exception(
'The case View helper can only be used within a switch View helper', 1368112037);
36 if (is_null($value) && $default === FALSE) {
37 throw new \TYPO3\CMS\Fluid\Core\ViewHelper\Exception(
'The case View helper must have either value or default argument', 1382867521);
42 if ($default === TRUE || $switchExpression == $value) {
render($value=NULL, $default=FALSE)
$viewHelperVariableContainer