DvsGlobalField::getValuesAttribute PHP 메소드

getValuesAttribute() 공개 메소드

Sometimes we've been using values instead of value so this is here for backwards compatability support
public getValuesAttribute ( ) : FieldValue
리턴 FieldValue
    public function getValuesAttribute()
    {
        return $this->getValueAttribute();
    }