Adldap\Models\User::setLocale PHP Méthode

setLocale() public méthode

Sets the users locale.
public setLocale ( string $locale ) : User
$locale string
Résultat User
    public function setLocale($locale)
    {
        return $this->setFirstAttribute($this->schema->locale(), $locale);
    }