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);
    }