Prado\Util\TBrowserLogRoute::getCssClass PHP Method

getCssClass() public method

public getCssClass ( ) : string
return string the css class of the control
    public function getCssClass()
    {
        return TPropertyValue::ensureString($this->_cssClass);
    }