Prado\Web\UI\WebControls\TWizard::requiresControlsRecreation PHP Méthode

requiresControlsRecreation() protected méthode

Indicates the wizard needs to recreate all child controls.
    protected function requiresControlsRecreation()
    {
        if ($this->getChildControlsCreated()) {
            $this->setChildControlsCreated(false);
        }
    }
TWizard