Conditions | 4 |
Paths | 2 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 20 |
Changes | 0 |
1 | <?php |
||
59 | protected function renderTitle() |
||
60 | { |
||
61 | $this->result .= '<span' . $this->renderAttributes($this->span_attributes) . '> </span>'; |
||
62 | |||
63 | if ($this->params['inline'] == false && $this->params['title'] != '' |
||
64 | && $this->params['label_position'] == 'before') { |
||
65 | $this->result .= '<br />'; |
||
66 | } |
||
67 | } |
||
68 | |||
77 |