Newscoop\Image\ArticleRenditionCollection::offsetSet PHP 메소드

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        throw new \BadMethodCallException("Collection not editable");
    }