| Total Complexity | 1 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class AddToModal extends ModalWidget |
||
| 18 | { |
||
| 19 | public $modalHeader = 'Add to favorites'; |
||
| 20 | public $modalToggleButton = [ |
||
| 21 | 'label' => '<span class="fa fa-star text-yellow"></span> Add list to favorites', |
||
| 22 | 'class' => 'btn btn-sm btn-default', |
||
| 23 | ]; |
||
| 24 | |||
| 25 | protected function renderModalContent() |
||
| 43 | } |
||
| 44 | } |