| Total Complexity | 4 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class Bootbox extends AbstractLibrary implements ModalInterface, AlertInterface, ConfirmInterface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @const The library name |
||
| 26 | */ |
||
| 27 | const NAME = 'bootbox'; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @inheritDoc |
||
| 31 | */ |
||
| 32 | public function getName(): string |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @inheritDoc |
||
| 39 | */ |
||
| 40 | public function getUri(): string |
||
| 41 | { |
||
| 42 | return 'https://cdn.jsdelivr.net/npm/[email protected]/dist'; |
||
| 43 | } |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @inheritDoc |
||
| 47 | */ |
||
| 48 | public function getJs(): string |
||
| 51 | } |
||
| 52 | |||
| 53 | /** |
||
| 54 | * @inheritDoc |
||
| 55 | */ |
||
| 56 | public function getScript(): string |
||
| 61 |