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;
    }