| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class ButtonFactoryBootstrapper extends Bootstrapper implements ILazyBootstrapper |
||
| 15 | { |
||
| 16 | /** @var array */ |
||
| 17 | protected $iconAttributes = [ |
||
| 18 | Html5::ATTR_CLASS => 'material-icons media-left media-middle', |
||
| 19 | ]; |
||
| 20 | |||
| 21 | /** @var array */ |
||
| 22 | protected $textAttributes = [ |
||
| 23 | Html5::ATTR_CLASS => 'media-body', |
||
| 24 | ]; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return array |
||
| 28 | */ |
||
| 29 | public function getBindings(): array |
||
| 33 | ]; |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @inheritdoc |
||
| 38 | */ |
||
| 39 | public function registerBindings(IContainer $container) |
||
| 49 |