- Timestamp:
- 11/16/10 09:30:15 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
r31229 r31403 25 25 * {@inheritdoc} 26 26 */ 27 function load($resource, $locale, $domain = 'messages')27 public function load($resource, $locale, $domain = 'messages') 28 28 { 29 29 $xml = $this->parseFile($resource);