Prado\Web\UI\TControlCollection::getOwner PHP Method

getOwner() protected method

protected getOwner ( ) : TControl
return TControl the control that owns this collection.
    protected function getOwner()
    {
        return $this->_o;
    }