DvsField::getScopeAttribute PHP Метод

getScopeAttribute() публичный Метод

Let's us know if the scope of this field is global or page
public getScopeAttribute ( ) : string
Результат string
    public function getScopeAttribute()
    {
        return 'field';
    }