Lines Matching refs:getBlockSetting
103 $days = (int) $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS);
104 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_INFO_STYLE);
105 $sortStyle = $this->getBlockSetting($block_id, 'sortStyle', self::DEFAULT_SORT_STYLE);
106 $show_user = (bool) $this->getBlockSetting($block_id, 'show_user', self::DEFAULT_SHOW_USER);
107 $show_date = (bool) $this->getBlockSetting($block_id, 'show_date', self::DEFAULT_SHOW_DATE);
108 $source = $this->getBlockSetting($block_id, 'source', self::DEFAULT_SOURCE);
238 $days = (int) $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS);
239 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_INFO_STYLE);
240 $sortStyle = $this->getBlockSetting($block_id, 'sortStyle', self::DEFAULT_SORT_STYLE);
241 $show_date = $this->getBlockSetting($block_id, 'show_date', self::DEFAULT_SHOW_DATE);
242 $show_user = $this->getBlockSetting($block_id, 'show_user', self::DEFAULT_SHOW_USER);
243 $source = $this->getBlockSetting($block_id, 'source', self::DEFAULT_SOURCE);