Lines Matching refs:census
87 $census = new $census_class();
93 I18N::init($census->censusLanguage());
96 $html = $this->censusTableRow($census, $individual, $head);
98 $html = $this->censusTableEmptyRow($census);
135 $census = new $ca_census();
137 …$note_text = $this->createNoteText($census, $ca_title, $ca_place, $ca_citation, $ca_individuals,…
156 * @param CensusInterface $census
165 …private function createNoteText(CensusInterface $census, string $ca_title, string $ca_place, strin… argument
179 foreach ($census->columns() as $column) {
183 $text .= "\n|" . str_repeat(' ----- |', count($census->columns()));
188 foreach ($census->columns() as $n => $column) {
205 * @param CensusInterface $census
209 protected function censusTableHeader(CensusInterface $census): string argument
212 foreach ($census->columns() as $column) {
224 * @param CensusInterface $census
228 public function censusTableEmptyRow(CensusInterface $census): string argument
232 foreach ($census->columns() as $n => $column) {
246 * @param CensusInterface $census
252 …public function censusTableRow(CensusInterface $census, Individual $individual, Individual $head):… argument
256 foreach ($census->columns() as $n => $column) {