SahusoftCom\EloquentImageMutator\EloquentImageMutatorTrait::setImageAttributeForUrlImage PHP Method

setImageAttributeForUrlImage() public method

public setImageAttributeForUrlImage ( $key, $value )
    public function setImageAttributeForUrlImage($key, $value)
    {
        $imageFieldObject = ImageService::downloadImage($key, $value);
        $this->attributes[$key] = $imageFieldObject->toJson();
    }