Prado\Web\UI\ActiveControls\TBaseActiveControl::getControl PHP Method

getControl() protected method

protected getControl ( ) : TControl
return Prado\Web\UI\TControl the attached control.
    protected function getControl()
    {
        return $this->_control;
    }