Home
last modified time | relevance | path

Searched refs:ca_title (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Module/
H A DCensusAssistantModule.php127 $ca_title = Validator::parsedBody($request)->string('ca_title');
137 …$note_text = $this->createNoteText($census, $ca_title, $ca_place, $ca_citation, $ca_individuals,…
157 * @param string $ca_title
165 …private function createNoteText(CensusInterface $census, string $ca_title, string $ca_place, strin… argument
167 $text = $ca_title;