| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | private function getToolbarButtons() |
||
| 12 | { |
||
| 13 | return '<button title="Move to up" type="button" class="button format-child-up">'.$this->icon_up.'</button><button title="Move to down" type="button" class="button format-child-down">'.$this->icon_down.'</button><button title="Remove" type="button" class="button format-child-remove">'.$this->icon_close.'</button>'; |
||
| 14 | } |
||
| 15 | } |
||
| 16 |