1 | <?php |
||
13 | class QueryEngineEntityHandler implements EntityHandler { |
||
14 | |||
15 | private $queryStoreWriter; |
||
16 | |||
17 | public function __construct( QueryStoreWriter $queryStoreWriter ) { |
||
20 | |||
21 | public function handleEntity( EntityDocument $entity ) { |
||
24 | |||
25 | public function getHandlingMessage( EntityDocument $entity ): string { |
||
28 | |||
29 | } |