Home
last modified time | relevance | path

Searched defs:subtags (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Elements/
H A DFamilyRecord.php60 public function subtags(): array function in Fisharebest\\Webtrees\\Elements\\FamilyRecord
H A DAbstractElement.php75 private array $subtags; variable in Fisharebest\\Webtrees\\Elements\\AbstractElement
81 public function __construct(string $label, array|null $subtags = null)
285 public function subtags(): array function in Fisharebest\\Webtrees\\Elements\\AbstractElement
H A DNamePersonal.php92 public function __construct(string $label, array|null $subtags = null)
/webtrees/app/Contracts/
H A DElementFactoryInterface.php48 public function registerSubTags(array $subtags): void;
H A DElementInterface.php106 public function subtags(): array; function
/webtrees/app/Factories/
H A DElementFactory.php65 public function registerSubTags(array $subtags): void