diff options
Diffstat (limited to 'framework/Util/TParameterModule.php')
-rw-r--r-- | framework/Util/TParameterModule.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/Util/TParameterModule.php b/framework/Util/TParameterModule.php index 4cb26c7d..896aa3f9 100644 --- a/framework/Util/TParameterModule.php +++ b/framework/Util/TParameterModule.php @@ -10,6 +10,13 @@ */ namespace Prado\Util; +use Prado\Caching\TFileCacheDependency; +use Prado\Exceptions\TConfigurationException; +use Prado\Exceptions\TInvalidOperationException; +use Prado\Prado; +use Prado\TApplication; +use Prado\Xml\TXmlDocument; +use Prado\Xml\TXmlElement; /** * TParameterModule class |