Neos\Fusion\TypoScriptObjects\AbstractTypoScriptObject::offsetGet PHP Метод

offsetGet() публичный Метод

Dummy implementation of ArrayAccess to allow this.XXX access in processors.
public offsetGet ( mixed $offset ) : mixed
$offset mixed
Результат mixed
    public function offsetGet($offset)
    {
        return $this->tsValue($offset);
    }