| 1 | <?php |
||
| 17 | class PostCreateClientEvent extends Event |
||
| 18 | { |
||
| 19 | private $client; |
||
| 20 | private $indexConfig; |
||
| 21 | |||
| 22 | public function __construct(ClientBuilder $client, array $indexConfig = []) |
||
| 27 | |||
| 28 | public function getClient(): ClientBuilder |
||
| 32 | |||
| 33 | public function setClient(ClientBuilder $client): PostCreateClientEvent |
||
| 38 | |||
| 39 | public function getIndexConfig(): array |
||
| 43 | |||
| 44 | public function setIndexConfig(array $indexConfig): PostCreateClientEvent |
||
| 49 | } |
||
| 50 |