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

createChildControls() public method

Creates child controls within the wizard
public createChildControls ( )
    public function createChildControls()
    {
        $this->reset();
        $this->createSideBar();
        $this->createHeader();
        $this->createStepContent();
        $this->createNavigation();
        //		$this->clearChildState();
    }
TWizard