Contao\Fixtures\Model\Collection::offsetGet PHP Méthode

offsetGet() public méthode

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