Neos\FluidAdaptor\Core\Parser\SyntaxTree\TemplateObjectAccessInterface::objectAccess PHP Méthode

objectAccess() public méthode

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