Contao\Fixtures\Model\Collection::offsetSet PHP 메소드

offsetSet() 공개 메소드

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