Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php namespace Arcanesoft\Media\Entities; |
||
9 | class DirectoryItem extends MediaItem |
||
10 | { |
||
11 | /* ----------------------------------------------------------------- |
||
12 | | Main Methods |
||
13 | | ----------------------------------------------------------------- |
||
14 | */ |
||
15 | |||
16 | public function type(): string |
||
19 | } |
||
20 | |||
21 | protected function load(array $data, string $path) |
||
26 |