Prado\Web\UI\TControl::getSkinID PHP Method

getSkinID() public method

public getSkinID ( ) : string
return string the skin ID of this control, '' if not set
    public function getSkinID()
    {
        return isset($this->_rf[self::RF_SKIN_ID]) ? $this->_rf[self::RF_SKIN_ID] : '';
    }
TControl