Contao\Fixtures\Model\Collection::offsetGet PHP Method

offsetGet() public method

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