Prado\Util\TBehavior::getOwner PHP Method

getOwner() public method

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