1 | <?php |
||
8 | class WidgetFormPostCreateEvent extends Event |
||
|
|||
9 | { |
||
10 | public $builder; |
||
11 | |||
12 | /** |
||
13 | * WidgetFormPostCreateEvent constructor. |
||
14 | * |
||
15 | * @param FormInterface $builder |
||
16 | */ |
||
17 | public function __construct(FormInterface $builder) |
||
21 | |||
22 | /** |
||
23 | * @return FormInterface |
||
24 | */ |
||
25 | public function getBuilder() |
||
29 | } |
||
30 |