Prado\Web\UI\TControl::getChildControlsCreated PHP Method

getChildControlsCreated() final protected method

final protected getChildControlsCreated ( ) : boolean
return boolean whether child controls have been created
    protected final function getChildControlsCreated()
    {
        return ($this->_flags & self::IS_CHILD_CREATED) !== 0;
    }
TControl