Prado\Web\UI\ActiveControls\TActiveDataGrid::getSurroundingTag PHP Méthode

getSurroundingTag() public méthode

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