eZ\Publish\Core\MVC\Symfony\EventListener\LanguageSwitchListener::__construct PHP Method

__construct() public method

public __construct ( TranslationHelper $translationHelper )
$translationHelper eZ\Publish\Core\Helper\TranslationHelper
    public function __construct(TranslationHelper $translationHelper)
    {
        $this->translationHelper = $translationHelper;
    }