DvsPageVersion::getValuesAttribute PHP 메소드

getValuesAttribute() 공개 메소드

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