Prado\Web\UI\TControl::getParent PHP 메소드

getParent() 공개 메소드

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