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/TControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/TControl.php') diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index d0db2139..5becd7e6 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -866,7 +866,7 @@ class TControl extends TApplicationComponent implements IRenderable, IBindable * Do not call this method directly. Instead, call {@link ensureChildControls} * to ensure child controls are created only once. */ - protected function createChildControls() + public function createChildControls() { } -- cgit v1.2.3