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

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

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