Neos\FluidAdaptor\Core\Parser\SyntaxTree\TemplateObjectAccessInterface::objectAccess PHP Method

objectAccess() public method

Post-Processor which is called whenever this object is encountered in a Fluid object access.
public objectAccess ( ) : mixed
return mixed the value which should be returned to the caller, or which should be traversed further.
    public function objectAccess();
TemplateObjectAccessInterface