From 67d7b1bd4bb020f0b948f1a67a8e98f42d28928f Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 09:33:13 +0100 Subject: Add namespaces: framework/*.php, Util, Wsat, Xml --- framework/TEventResults.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'framework/TEventResults.php') diff --git a/framework/TEventResults.php b/framework/TEventResults.php index fb8a6074..3ca9b39b 100644 --- a/framework/TEventResults.php +++ b/framework/TEventResults.php @@ -10,9 +10,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System + * @package Prado */ +namespace Prado; + class TEventResults extends TEnumerable { const EVENT_RESULT_FEED_FORWARD=1; const EVENT_RESULT_FILTER=2; -- cgit v1.2.3