DvsPageVersion::getValuesAttribute PHP Method

getValuesAttribute() public method

Accessor on this model to get value for the latestVersion of this field
public getValuesAttribute ( ) : FieldValue
return FieldValue
    public function getValuesAttribute()
    {
        return json_decode($this->value);
    }