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

offsetSet() public méthode

public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        throw new \RuntimeException('This collection is immutable');
    }