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

offsetUnset() public méthode

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