Searched refs:getAllNames (Results 1 – 17 of 17) sorted by relevance
317 public function getAllNames(): array function in Fisharebest\\Webtrees\\Family319 if ($this->getAllNames === []) {323 …$husb_names = array_filter($this->husb->getAllNames(), static fn (array $x): bool => $x['type'] !=…339 …$wife_names = array_filter($this->wife->getAllNames(), static fn (array $x): bool => $x['type'] !=…357 $this->getAllNames[] = [371 $this->getAllNames[] = [382 return $this->getAllNames;
87 protected array $getAllNames = []; variable in Fisharebest\\Webtrees\\GedcomRecord353 public function getAllNames(): array function in Fisharebest\\Webtrees\\GedcomRecord355 if ($this->getAllNames === []) {360 if ($this->getAllNames === []) {368 return $this->getAllNames;396 foreach ($this->getAllNames() as $n => $name) {418 $all_names = $this->getAllNames();465 $tmp = $this->getAllNames();481 $tmp = $this->getAllNames();494 $all_names = $this->getAllNames();[all …]
42 $this->getAllNames[] = [
40 $this->getAllNames[] = [
1038 $this->getAllNames[] = [
113 $names = $individual->getAllNames();124 foreach ($spouse->getAllNames() as $spouse_name) {
39 foreach ($individual->getAllNames() as $name) {
177 <?php foreach ($husb->getAllNames() as $num => $name) : ?>202 <?php foreach ($wife->getAllNames() as $num => $name) : ?>
197 <?php foreach ($individual->getAllNames() as $num => $name) : ?>
131 $parameters['surname'] ??= $individual->getAllNames()[0]['surn'] ?? null;363 foreach ($individual->getAllNames() as $name) {
95 … $parameters['surname'] ??= $individual->getAllNames()[$primary_name]['surn'] ?? null;719 foreach ($individual->getAllNames() as $n => $name) {
147 … ->map(static fn (Individual $individual): string => e($individual->getAllNames()[0]['givn']))
219 …en()->map(static fn (Individual $individual): string => e($individual->getAllNames()[0]['givn']))-…
663 foreach ($record->getAllNames() as $n => $name) {
1198 …message: '#^Method Fisharebest\\Webtrees\\Family\:\:getAllNames\(\) should return array\<int, arra…1270 …message: '#^Method Fisharebest\\Webtrees\\GedcomRecord\:\:getAllNames\(\) should return array\<int…1336 …message: '#^Property Fisharebest\\Webtrees\\GedcomRecord\:\:\$getAllNames \(array\<array\<string\>…1354 …message: '#^Property Fisharebest\\Webtrees\\GedcomRecord\:\:\$getAllNames \(array\<array\<string\>…3628 …message: '#^Property Fisharebest\\Webtrees\\GedcomRecord\:\:\$getAllNames \(array\<array\<string\>…10294 …message: '#^Property Fisharebest\\Webtrees\\GedcomRecord\:\:\$getAllNames \(array\<array\<string\>…