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';
    }