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

getHasControls() public method

public getHasControls ( ) : boolean
return boolean whether the control has child controls
    public function getHasControls()
    {
        return isset($this->_rf[self::RF_CONTROLS]) && $this->_rf[self::RF_CONTROLS]->getCount() > 0;
    }
TControl