Contao\Fixtures\Model\Collection::offsetGet PHP 메소드

offsetGet() 공개 메소드

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