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

getParent() public method

public getParent ( ) : TControl
return TControl the parent of this control
    public function getParent()
    {
        return $this->_parent;
    }
TControl