1 | <?php |
||
23 | trait TWidgets |
||
24 | { |
||
25 | /** |
||
26 | * @var Components\IControl |
||
27 | */ |
||
28 | protected $widgetsFactory; |
||
29 | |||
30 | /** |
||
31 | * @param Components\IControl $widgetsFactory |
||
32 | */ |
||
33 | public function injectWidgets(Components\IControl $widgetsFactory) : void |
||
37 | |||
38 | /** |
||
39 | * Widgets component |
||
40 | * |
||
41 | * @return Application\UI\Multiplier |
||
42 | */ |
||
43 | public function createComponentWidgets() : Application\UI\Multiplier |
||
49 | } |
||
50 |