PHP Class FluidTYPO3\Vhs\ViewHelpers\Condition\Type\IsDomainObjectViewHelper

Condition ViewHelper which renders the then child if provided value is a domain object, i.e. it inherits from extbase's base class
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
initializeArguments ( ) Initialize arguments

Protected Methods

Method Description
evaluateCondition ( array $arguments = null ) : boolean

Method Details

evaluateCondition() protected static method

protected static evaluateCondition ( array $arguments = null ) : boolean
$arguments array
return boolean

initializeArguments() public method

Initialize arguments
public initializeArguments ( )