Prado\Util\TBehavior::getOwner PHP 메소드

getOwner() 공개 메소드

public getOwner ( ) : TComponent
리턴 TComponent the owner component that this behavior is attached to.
    public function getOwner()
    {
        return $this->_owner;
    }