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

getHasAdapter() public method

public getHasAdapter ( ) : boolean
return boolean whether there is an adapter for this control
    public function getHasAdapter()
    {
        return isset($this->_rf[self::RF_ADAPTER]);
    }
TControl