DvsGlobalField::getValuesAttribute PHP Méthode

getValuesAttribute() public méthode

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