Prado\Web\UI\WebControls\TTableHeaderCell::getScope PHP 메소드

getScope() 공개 메소드

public getScope ( ) : TTableHeaderScope
리턴 TTableHeaderScope the scope of the cells that the header cell applies to. Defaults to TTableHeaderScope::NotSet.
    public function getScope()
    {
        return $this->getViewState('Scope', TTableHeaderScope::NotSet);
    }