Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class FileStoragePlugin implements ApiResourceFactoryProviderInterface, ApieAwareInterface |
||
12 | { |
||
13 | use ApieAwareTrait; |
||
14 | |||
15 | private $path; |
||
16 | |||
17 | /** |
||
18 | * @param string $path |
||
19 | */ |
||
20 | public function __construct(string $path) |
||
23 | } |
||
24 | |||
25 | public function getApiResourceFactory(): ApiResourceFactoryInterface |
||
30 |