Prado\Web\UI\TCompositeLiteral::getContainer PHP Method

getContainer() public method

public getContainer ( ) : TComponent
return TComponent container of this component. It serves as the evaluation context of expressions and statements.
    public function getContainer()
    {
        return $this->_container;
    }