Prado\Web\UI\TControl::getParent PHP Méthode

getParent() public méthode

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