Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
6 | class ExtensionConfiguration implements ExtensionConfigurationInterface |
||
7 | { |
||
8 | /** |
||
9 | * @return object|\TYPO3\CMS\Core\Configuration\ExtensionConfiguration |
||
10 | */ |
||
11 | private function base() |
||
14 | } |
||
15 | |||
16 | /** |
||
17 | * @param $extensionKey |
||
18 | * @return mixed |
||
19 | * @throws \TYPO3\CMS\Core\Configuration\Exception\ExtensionConfigurationExtensionNotConfiguredException |
||
20 | * @throws \TYPO3\CMS\Core\Configuration\Exception\ExtensionConfigurationPathDoesNotExistException |
||
21 | */ |
||
22 | public function get($extensionKey) |
||
27 |