From e4999b25052d1ad9400a0f9fd5289a49eea1bddc Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 25 Jan 2015 20:04:57 +0100 Subject: More namespace changes Changed version to 3.2.99; Attempt at fixing autoloading fixed enough namespaces to have some demos running --- framework/Web/UI/WebControls/TWebControl.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'framework/Web/UI/WebControls/TWebControl.php') diff --git a/framework/Web/UI/WebControls/TWebControl.php b/framework/Web/UI/WebControls/TWebControl.php index e850ba76..de4707a2 100644 --- a/framework/Web/UI/WebControls/TWebControl.php +++ b/framework/Web/UI/WebControls/TWebControl.php @@ -10,13 +10,9 @@ */ namespace Prado\Web\UI\WebControls; - -/** - * Includes TStyle and TWebAdapter definition - */ -Prado::using('System.Web.UI.WebControls.TStyle'); -Prado::using('System.Web.UI.WebControls.TWebControlAdapter'); -Prado::using('System.Web.UI.WebControls.TWebControlDecorator'); +use Prado\Prado; +use Prado\Exceptions\TInvalidDataValueException; +use Prado\TPropertyValue; /** * TWebControl class @@ -39,7 +35,7 @@ Prado::using('System.Web.UI.WebControls.TWebControlDecorator'); * @package Prado\Web\UI\WebControls * @since 3.0 */ -class TWebControl extends TControl implements IStyleable +class TWebControl extends \Prado\Web\UI\TControl implements IStyleable { /** * @var boolean ensures the inclusion the id in the tag rendering. -- cgit v1.2.3