MockJsonDialectModel::setCustomSetAttribute PHP Method

setCustomSetAttribute() public method

public setCustomSetAttribute ( $value )
    public function setCustomSetAttribute($value)
    {
        $this->setJsonAttribute($this->jsonAttributes['custom_set'], 'custom_set', "custom {$value}");
    }