Neos\Fusion\TypoScriptObjects\AbstractTypoScriptObject::offsetGet PHP Méthode

offsetGet() public méthode

Dummy implementation of ArrayAccess to allow this.XXX access in processors.
public offsetGet ( mixed $offset ) : mixed
$offset mixed
Résultat mixed
    public function offsetGet($offset)
    {
        return $this->tsValue($offset);
    }