\Xima\XmTools\Classes\ViewHelpers\ControlMultiConditionedIfViewHelper

Combines two conditions with AND or OR.

Summary

Methods
Properties
Constants
render()
No public properties found
CONDITION_TYPE_AND
CONDITION_TYPE_OR
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

CONDITION_TYPE_AND

CONDITION_TYPE_AND

CONDITION_TYPE_OR

CONDITION_TYPE_OR

Methods

render()

render(boolean  $condition1, boolean  $condition2, string  $conditionType = '') : string

renders <f:then> child if $condition and/or $or is true, otherwise renders <f:else> child.

Parameters

boolean $condition1

View helper condition

boolean $condition2

View helper condition

string $conditionType

Returns

string —

the rendered string