Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Contracts/
H A DIdFactoryInterface.php39 public function id(string $prefix = 'id-'): string;
/webtrees/app/Factories/
H A DXrefFactory.php49 protected function generate(string $prefix, string $suffix): string
H A DIdFactory.php59 public function id(string $prefix = 'id-'): string
/webtrees/app/
H A DDB.php83 string $prefix,
165 public static function prefix(string $identifier = ''): string function in Fisharebest\\Webtrees\\DB