Home
last modified time | relevance | path

Searched defs:census (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Module/
H A DCensusAssistantModule.php165 …private function createNoteText(CensusInterface $census, string $ca_title, string $ca_place, strin…
209 protected function censusTableHeader(CensusInterface $census): string
228 public function censusTableEmptyRow(CensusInterface $census): string
252 …public function censusTableRow(CensusInterface $census, Individual $individual, Individual $head):…
/webtrees/app/Census/
H A DAbstractCensusColumn.php35 private CensusInterface $census; variable in Fisharebest\\Webtrees\\Census\\AbstractCensusColumn
48 public function __construct(CensusInterface $census, string $abbr, string $title)