Prado\Web\UI\TControlAdapter::getControl PHP Method

getControl() public method

public getControl ( ) : TControl
return TControl the control to which this adapter is attached
    public function getControl()
    {
        return $this->_control;
    }