| 1 | <?php |
||
| 13 | class SectionTableWidget extends TableWidget |
||
| 14 | { |
||
| 15 | use SectionTableTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Inject dependencies from a DI Container. |
||
| 19 | * |
||
| 20 | * @param Container $container A dependencies container instance. |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | public function setDependencies(Container $container) |
||
| 29 | } |
||
| 30 |