TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Localization\Parser\LocalizationParserInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Localization\Parser\LocalizationParserInterface:
t3lib_l10n_parser TYPO3\CMS\Core\Localization\Parser\AbstractXmlParser TYPO3\CMS\Core\Localization\Parser\LocallangArrayParser t3lib_l10n_parser_AbstractXml TYPO3\CMS\Core\Localization\Parser\LocallangXmlParser TYPO3\CMS\Core\Localization\Parser\XliffParser t3lib_l10n_parser_Llphp t3lib_l10n_parser_Llxml t3lib_l10n_parser_Xliff

Public Member Functions

 getParsedData ($sourcePath, $languageKey, $charset='')
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Parser interface.

Author
Dominique Feyer dfeye.nosp@m.r@re.nosp@m.elpee.nosp@m.k.ne.nosp@m.t

Definition at line 21 of file LocalizationParserInterface.php.

Member Function Documentation

◆ getParsedData()

TYPO3\CMS\Core\Localization\Parser\LocalizationParserInterface::getParsedData (   $sourcePath,
  $languageKey,
  $charset = '' 
)

Returns parsed representation of XML file.

Parameters
string$sourcePathSource file path
string$languageKeyLanguage key
string$charsetCharset
Returns
array

Implemented in TYPO3\CMS\Core\Localization\Parser\LocallangArrayParser, TYPO3\CMS\Core\Localization\Parser\AbstractXmlParser, and TYPO3\CMS\Core\Localization\Parser\LocallangXmlParser.