Prado\Web\UI\WebControls\TWizard::requiresControlsRecreation PHP Method

requiresControlsRecreation() protected method

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