1 | <?php |
||
29 | trait TConfirmationDialog |
||
30 | { |
||
31 | /** |
||
32 | * @var Components\IControl |
||
33 | */ |
||
34 | protected $confirmationDialogFactory; |
||
35 | |||
36 | /** |
||
37 | * @param Components\IControl $confirmationDialogFactory |
||
38 | * |
||
39 | * @return void |
||
40 | */ |
||
41 | public function injectConfirmationDialog(Components\IControl $confirmationDialogFactory) : void |
||
45 | } |
||
46 |