diff options
Diffstat (limited to 'framework/I18N/core/MessageSource_XLIFF.php')
| -rw-r--r-- | framework/I18N/core/MessageSource_XLIFF.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/I18N/core/MessageSource_XLIFF.php b/framework/I18N/core/MessageSource_XLIFF.php index 2a2353ea..601fd9a0 100644 --- a/framework/I18N/core/MessageSource_XLIFF.php +++ b/framework/I18N/core/MessageSource_XLIFF.php @@ -21,6 +21,11 @@ namespace Prado\I18N\core; /** * Get the MessageSource class file. */ +use DOMDocument; +use DOMXPath; +use Prado\Exceptions\TException; +use Prado\Exceptions\TIOException; + require_once(dirname(__FILE__).'/MessageSource.php'); /** |
