| Conditions | 3 |
| Paths | 4 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 3 |
| Changes | 0 | ||
| 1 | <?php |
||
| 43 | 1 | public function __toString() |
|
| 44 | { |
||
| 45 | 1 | $this->parameters['row_template'] = $this->parameters['row_template'] == null ? 'row.tpl.php' : $this->parameters['row_template']; |
|
| 46 | 1 | $this->parameters['default_cell_template'] = $this->parameters['default_cell_template'] == null ? 'default_cell.tpl.php' : $this->parameters['default_cell_template']; |
|
| 47 | 1 | return $this->templateRenderer->render('list.tpl.php', $this->parameters); |
|
| 48 | } |
||
| 49 | } |
||
| 51 |