Ojs\CoreBundle\Service\LocaleListener::__construct PHP Method

__construct() public method

public __construct ( $defaultLocale = 'en' )
    public function __construct($defaultLocale = 'en')
    {
        $this->defaultLocale = $defaultLocale;
    }