From 86720f6bcc405b555b7be5cf45e9ccd42fb8cf51 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 30 Apr 2006 01:19:34 +0000 Subject: changed TControl::createChildControls() to public. --- framework/Web/UI/WebControls/TWizard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/WebControls/TWizard.php') diff --git a/framework/Web/UI/WebControls/TWizard.php b/framework/Web/UI/WebControls/TWizard.php index 0db7180e..de30fb0e 100644 --- a/framework/Web/UI/WebControls/TWizard.php +++ b/framework/Web/UI/WebControls/TWizard.php @@ -1006,7 +1006,7 @@ class TWizard extends TWebControl implements INamingContainer /** * Creates child controls within the wizard */ - protected function createChildControls() + public function createChildControls() { $this->reset(); $this->createSideBar(); @@ -1651,7 +1651,7 @@ class TTemplatedWizardStep extends TWizardStep implements INamingContainer * Creates child controls. * This method mainly instantiates the content template, if any. */ - protected function createChildControls() + public function createChildControls() { $this->getControls()->clear(); if($this->_contentTemplate) -- cgit v1.2.3