1 | <?php |
||
8 | class SplitterWorker implements WorkerInterface, StorageStackAwareInterface |
||
9 | { |
||
10 | /** |
||
11 | * @var StorageStack Storage stack |
||
12 | */ |
||
13 | protected $stack; |
||
14 | |||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | 3 | public function setStorageStack(StorageStack $stack) |
|
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | 3 | public function handle($object) |
|
38 | } |
||
39 |