condition.type.isDomainObject ViewHelper <vhs:condition.type.isDomainObject>
¶
Condition: Value is a domain object¶
Condition ViewHelper which renders the then
child if provided
value is a domain object, i.e. it inherits from extbase's base
class.
Arguments¶
then¶
- DataType
mixed
- Required
false
- Description
Value to be returned if the condition if met.
else¶
- DataType
mixed
- Required
false
- Description
Value to be returned if the condition if not met.
value¶
- DataType
mixed
- Required
true
- Description
Value to check
fullString¶
- DataType
string
- Required
false
- Description
Need