/webtrees/app/Module/ |
H A D | FamilyTreeStatisticsModule.php | 261 $this->setBlockSetting($block_id, 'show_last_update', (string) $show_last_update); 262 $this->setBlockSetting($block_id, 'show_common_surnames', (string) $show_common_surnames); 263 $this->setBlockSetting($block_id, 'number_of_surnames', (string) $number_of_surnames); 264 $this->setBlockSetting($block_id, 'stat_indi', (string) $stat_indi); 265 $this->setBlockSetting($block_id, 'stat_fam', (string) $stat_fam); 266 $this->setBlockSetting($block_id, 'stat_sour', (string) $stat_sour); 267 $this->setBlockSetting($block_id, 'stat_other', (string) $stat_other); 268 $this->setBlockSetting($block_id, 'stat_media', (string) $stat_media); 269 $this->setBlockSetting($block_id, 'stat_repo', (string) $stat_repo); 270 $this->setBlockSetting($block_id, 'stat_surname', (string) $stat_surname); [all …]
|
H A D | SlideShowModule.php | 244 … $this->setBlockSetting($block_id, 'filter', Validator::parsedBody($request)->string('filter')); 245 …$this->setBlockSetting($block_id, 'controls', Validator::parsedBody($request)->string('controls')); 246 … $this->setBlockSetting($block_id, 'start', Validator::parsedBody($request)->string('start')); 247 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_AUDIO), (string) V… 248 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_BOOK), (string) Va… 249 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_CARD), (string) Va… 250 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_CERTIFICATE), (str… 251 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_COAT), (string) Va… 252 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_DOCUMENT), (string… 253 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_ELECTRONIC), (stri… [all …]
|
H A D | HtmlBlockModule.php | 164 $this->setBlockSetting($block_id, 'title', $title); 165 $this->setBlockSetting($block_id, 'html', $this->html_service->sanitize($html)); 166 $this->setBlockSetting($block_id, 'show_timestamp', (string) $show_timestamp); 167 $this->setBlockSetting($block_id, 'timestamp', (string) time()); 168 $this->setBlockSetting($block_id, 'languages', implode(',', $languages));
|
H A D | RecentChangesModule.php | 220 $this->setBlockSetting($block_id, 'days', (string) $days); 221 $this->setBlockSetting($block_id, 'infoStyle', $info_style); 222 $this->setBlockSetting($block_id, 'sortStyle', $sort_style); 223 $this->setBlockSetting($block_id, 'show_date', (string) $show_date); 224 $this->setBlockSetting($block_id, 'show_user', (string) $show_user); 225 $this->setBlockSetting($block_id, 'source', $source);
|
H A D | UpcomingAnniversariesModule.php | 260 $this->setBlockSetting($block_id, 'days', (string)$days); 261 $this->setBlockSetting($block_id, 'filter', (string)$filter); 262 $this->setBlockSetting($block_id, 'infoStyle', $info_style); 263 $this->setBlockSetting($block_id, 'sortStyle', $sort_style); 264 $this->setBlockSetting($block_id, 'events', implode(',', $events));
|
H A D | OnThisDayModule.php | 231 $this->setBlockSetting($block_id, 'filter', $filter); 232 $this->setBlockSetting($block_id, 'infoStyle', $info_style); 233 $this->setBlockSetting($block_id, 'sortStyle', $sort_style); 234 $this->setBlockSetting($block_id, 'events', implode(',', $events));
|
H A D | YahrzeitModule.php | 234 $this->setBlockSetting($block_id, 'days', $days); 235 $this->setBlockSetting($block_id, 'infoStyle', $info_style); 236 $this->setBlockSetting($block_id, 'calendar', $calendar);
|
H A D | ResearchTaskModule.php | 255 $this->setBlockSetting($block_id, 'show_other', (string) $show_other); 256 $this->setBlockSetting($block_id, 'show_unassigned', (string) $show_unassigned); 257 $this->setBlockSetting($block_id, 'show_future', (string) $show_future);
|
H A D | StoriesModule.php | 345 $this->setBlockSetting($block_id, 'story_body', $story_body); 346 $this->setBlockSetting($block_id, 'title', $story_title); 347 $this->setBlockSetting($block_id, 'languages', implode(',', $languages));
|
H A D | FrequentlyAskedQuestionsModule.php | 363 $this->setBlockSetting($block_id, 'faqbody', $body); 364 $this->setBlockSetting($block_id, 'header', $header); 365 $this->setBlockSetting($block_id, 'languages', implode(',', $languages));
|
H A D | TopGivenNamesModule.php | 160 $this->setBlockSetting($block_id, 'num', (string) $num); 161 $this->setBlockSetting($block_id, 'infoStyle', $info_style);
|
H A D | TopSurnamesModule.php | 246 $this->setBlockSetting($block_id, 'num', (string) $num); 247 $this->setBlockSetting($block_id, 'infoStyle', $info_style);
|
H A D | ChartsBlockModule.php | 228 $this->setBlockSetting($block_id, 'type', $type); 229 $this->setBlockSetting($block_id, 'pid', $xref);
|
H A D | ReviewChangesModule.php | 241 $this->setBlockSetting($block_id, 'days', (string) $days); 242 $this->setBlockSetting($block_id, 'sendmail', $sendmail);
|
H A D | TopPageViewsModule.php | 158 $this->setBlockSetting($block_id, 'num', (string) $num);
|
H A D | AbstractModule.php | 100 …final protected function setBlockSetting(int $block_id, string $setting_name, string $setting_valu… function in Fisharebest\\Webtrees\\Module\\AbstractModule
|