Lines Matching refs:attribute
268 public function attribute(string $tag): string function in Fisharebest\\Webtrees\\Fact
320 $restriction = $element->canonical($this->attribute('RESN'));
372 …return Auth::isEditor($this->record->tree()) && !str_ends_with($this->attribute('RESN'), Restricti…
382 $this->place ??= new Place($this->attribute('PLAC'), $this->record->tree());
396 $this->date ??= new Date($this->attribute('DATE'));
455 $type = $this->attribute('TYPE');
464 $type = $this->attribute('TYPE');
670 …if ($a->attribute('DATE') !== '' && $factsort[$atag] > $factsort['BURI'] && $factsort[$atag] < $fa…
674 …if ($b->attribute('DATE') !== '' && $factsort[$btag] > $factsort['BURI'] && $factsort[$btag] < $fa…
680 if ($a->attribute('DATE') !== '' && $b->attribute('DATE') === '') {
684 if ($b->attribute('DATE') !== '' && $a->attribute('DATE') === '') {