Adldap\Models\User::getLocale PHP Method

getLocale() public method

Returns the users locale.
public getLocale ( ) : string
return string
    public function getLocale()
    {
        return $this->getFirstAttribute($this->schema->locale());
    }