4 * This file is part of the Symfony package.
6 * (c) Fabien Potencier <fabien@symfony.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 namespace Symfony\Component\Icu
;
14 use Symfony\Component\Intl\ResourceBundle\LanguageBundle
;
15 use Symfony\Component\Intl\ResourceBundle\Reader\StructuredBundleReaderInterface
;
18 * A stub implementation of {@link \Symfony\Component\Intl\ResourceBundle\LanguageBundleInterface}.
20 * @author Bernhard Schussek <bschussek@gmail.com>
22 class IcuLanguageBundle
extends LanguageBundle
24 public function __construct(StructuredBundleReaderInterface
$reader)
26 parent
::__construct(realpath(IcuData
::getResourceDirectory() . '/lang'), $reader);