1 | <?php |
||
16 | class CommitEvent extends Event |
||
|
|||
17 | { |
||
18 | private $commitMode; |
||
19 | private $bulkQuery; |
||
20 | private $bulkResponse; |
||
21 | |||
22 | public function __construct(string $commitMode, array $bulkQuery = [], array $bulkResponse = []) |
||
28 | |||
29 | public function getCommitMode() |
||
33 | |||
34 | public function setCommitMode($commitMode) |
||
39 | |||
40 | public function getBulkQuery(): array |
||
44 | |||
45 | public function setBulkQuery(array $bulkQuery): CommitEvent |
||
50 | |||
51 | public function getBulkResponse(): array |
||
55 | |||
56 | public function setBulkResponse(array $bulkResponse): CommitEvent |
||
61 | } |
||
62 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.