Contao\Fixtures\Model\Collection::offsetSet PHP Метод

offsetSet() публичный Метод

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