Neos\Flow\Tests\Reflection\Fixture\ArrayAccessClass::offsetGet PHP Method

offsetGet() public method

public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        return $this->array[$offset];
    }