Home
last modified time | relevance | path

Searched refs:user_preferences (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DTree.php115 private array $user_preferences = []; variable in Fisharebest\\Webtrees\\Tree
282 $this->user_preferences[$user->id()][$setting_name] = $setting_value;
303 if (!array_key_exists($user->id(), $this->user_preferences)) {
304 $this->user_preferences[$user->id()] = DB::table('user_gedcom_setting')
311 return $this->user_preferences[$user->id()][$setting_name] ?? $default;
/webtrees/
H A Dphpstan-baseline.neon10384 …message: '#^Property Fisharebest\\Webtrees\\Tree\:\:\$user_preferences \(array\<array\<string\>\>\…