Neos\Fusion\TypoScriptObjects\AbstractTypoScriptObject::offsetGet PHP Method

offsetGet() public method

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