Author: Filip Procházka (filip@prochazka.su)
Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function getLocale()
 {
     if ($this->locale === NULL) {
         $this->setLocale($this->localeResolver->resolve($this));
     }
     return $this->locale;
 }