1 | <?php |
||
14 | class TermStoreEntityHandler implements EntityHandler { |
||
15 | |||
16 | private $tsWriter; |
||
17 | |||
18 | 1 | public function __construct( TermStoreWriter $tsWriter ) { |
|
21 | |||
22 | 1 | public function handleEntity( EntityDocument $entity ) { |
|
30 | |||
31 | 1 | public function getHandlingMessage( EntityDocument $entity ): string { |
|
34 | |||
35 | } |