diff options
Diffstat (limited to 'framework/I18N/TTranslate.php')
-rw-r--r-- | framework/I18N/TTranslate.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/I18N/TTranslate.php b/framework/I18N/TTranslate.php index 9e433ddc..a4c8d7ce 100644 --- a/framework/I18N/TTranslate.php +++ b/framework/I18N/TTranslate.php @@ -14,6 +14,12 @@ namespace Prado\I18N; /** * Get the parent control class. */ +use Prado\Collections\TAttributeCollection; +use Prado\IO\TTextWriter; +use Prado\Prado; +use Prado\TPropertyValue; +use Prado\Web\UI\TControl; + Prado::using('System.I18N.TI18NControl'); /** |