Neos\Flow\I18n\Configuration::setCurrentLocale PHP 메소드

setCurrentLocale() 공개 메소드

Sets the current locale of this configuration.
public setCurrentLocale ( Locale $locale ) : void
$locale Locale
리턴 void
    public function setCurrentLocale(Locale $locale)
    {
        $this->currentLocale = $locale;
    }