Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
20 | class MultiuploadController extends AppController |
||
21 | { |
||
22 | /** |
||
23 | * Object type currently used |
||
24 | * |
||
25 | * @var string |
||
26 | */ |
||
27 | protected $objectType = null; |
||
28 | |||
29 | /** |
||
30 | * @inheritDoc |
||
31 | */ |
||
32 | public function initialize(): void |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * {@inheritDoc} |
||
43 | * |
||
44 | * @codeCoverageIgnore |
||
45 | */ |
||
46 | public function index(): void |
||
50 |