Prado\Web\UI\ActiveControls\TActiveDataGrid::getSurroundingTag PHP 메소드

getSurroundingTag() 공개 메소드

Gets the tag used to render the surrounding container. Defaults to 'div'.
public getSurroundingTag ( ) : string
리턴 string container tag
    public function getSurroundingTag()
    {
        return $this->_surroundingTag;
    }