| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 27 | public function instantiateIn($parent) |
||
| 28 | { |
||
| 29 | $dataList = new TDataList(); |
||
| 30 | $dataList->setID(TWizard::ID_SIDEBAR_LIST); |
||
| 31 | $dataList->getSelectedItemStyle()->getFont()->setBold(true); |
||
| 32 | $dataList->setItemTemplate(new TWizardSideBarListItemTemplate()); |
||
| 33 | $parent->getControls()->add($dataList); |
||
| 34 | } |
||
| 45 |