Lines Matching refs:getBlockSetting
92 $show_last_update = $this->getBlockSetting($block_id, 'show_last_update', '1');
93 $show_common_surnames = $this->getBlockSetting($block_id, 'show_common_surnames', '1');
94 …$number_of_surnames = (int) $this->getBlockSetting($block_id, 'number_of_surnames', self::DEFAUL…
95 $stat_indi = $this->getBlockSetting($block_id, 'stat_indi', '1');
96 $stat_fam = $this->getBlockSetting($block_id, 'stat_fam', '1');
97 $stat_sour = $this->getBlockSetting($block_id, 'stat_sour', '1');
98 $stat_media = $this->getBlockSetting($block_id, 'stat_media', '1');
99 $stat_repo = $this->getBlockSetting($block_id, 'stat_repo', '1');
100 $stat_surname = $this->getBlockSetting($block_id, 'stat_surname', '1');
101 $stat_events = $this->getBlockSetting($block_id, 'stat_events', '1');
102 $stat_users = $this->getBlockSetting($block_id, 'stat_users', '1');
103 $stat_first_birth = $this->getBlockSetting($block_id, 'stat_first_birth', '1');
104 $stat_last_birth = $this->getBlockSetting($block_id, 'stat_last_birth', '1');
105 $stat_first_death = $this->getBlockSetting($block_id, 'stat_first_death', '1');
106 $stat_last_death = $this->getBlockSetting($block_id, 'stat_last_death', '1');
107 $stat_long_life = $this->getBlockSetting($block_id, 'stat_long_life', '1');
108 $stat_avg_life = $this->getBlockSetting($block_id, 'stat_avg_life', '1');
109 $stat_most_chil = $this->getBlockSetting($block_id, 'stat_most_chil', '1');
110 $stat_avg_chil = $this->getBlockSetting($block_id, 'stat_avg_chil', '1');
293 $show_last_update = $this->getBlockSetting($block_id, 'show_last_update', '1');
294 $show_common_surnames = $this->getBlockSetting($block_id, 'show_common_surnames', '1');
295 …$number_of_surnames = $this->getBlockSetting($block_id, 'number_of_surnames', self::DEFAULT_NUMB…
296 $stat_indi = $this->getBlockSetting($block_id, 'stat_indi', '1');
297 $stat_fam = $this->getBlockSetting($block_id, 'stat_fam', '1');
298 $stat_sour = $this->getBlockSetting($block_id, 'stat_sour', '1');
299 $stat_media = $this->getBlockSetting($block_id, 'stat_media', '1');
300 $stat_repo = $this->getBlockSetting($block_id, 'stat_repo', '1');
301 $stat_surname = $this->getBlockSetting($block_id, 'stat_surname', '1');
302 $stat_events = $this->getBlockSetting($block_id, 'stat_events', '1');
303 $stat_users = $this->getBlockSetting($block_id, 'stat_users', '1');
304 $stat_first_birth = $this->getBlockSetting($block_id, 'stat_first_birth', '1');
305 $stat_last_birth = $this->getBlockSetting($block_id, 'stat_last_birth', '1');
306 $stat_first_death = $this->getBlockSetting($block_id, 'stat_first_death', '1');
307 $stat_last_death = $this->getBlockSetting($block_id, 'stat_last_death', '1');
308 $stat_long_life = $this->getBlockSetting($block_id, 'stat_long_life', '1');
309 $stat_avg_life = $this->getBlockSetting($block_id, 'stat_avg_life', '1');
310 $stat_most_chil = $this->getBlockSetting($block_id, 'stat_most_chil', '1');
311 $stat_avg_chil = $this->getBlockSetting($block_id, 'stat_avg_chil', '1');