Prado\Web\UI\TCompositeLiteral::getContainer PHP Méthode

getContainer() public méthode

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