1 | <?php |
||
32 | class DisplayModeCallback extends AbstractCategoryImportCallback |
||
33 | { |
||
34 | |||
35 | /** |
||
36 | * Will be invoked by a observer it has been registered for. |
||
37 | * |
||
38 | * @param mixed $value The value to handle |
||
39 | * |
||
40 | * @return mixed The modified value |
||
41 | * @see \TechDivision\Import\Category\Callbacks\CategoryImportCallbackInterface::handle() |
||
42 | */ |
||
43 | public function handle($value) |
||
47 | } |
||
48 |