| Conditions | 3 | 
| Paths | 3 | 
| Total Lines | 12 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 12 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 23 | public function init()  | 
            ||
| 24 |     { | 
            ||
| 25 | parent::init();  | 
            ||
| 26 | |||
| 27 |         if (Yii::$app->has('themeManager')) { | 
            ||
| 28 | /** @var ThemeManager $themeManager */  | 
            ||
| 29 |             $themeManager = Yii::$app->get('themeManager'); | 
            ||
| 30 |             if ($themeManager->getTheme()->getSettings()->table_condensed) { | 
            ||
| 31 | Html::addCssClass($this->options, 'table-condensed');  | 
            ||
| 32 | }  | 
            ||
| 33 | }  | 
            ||
| 34 | }  | 
            ||
| 35 | }  | 
            ||
| 36 |