mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 09:36:12 +01:00
11 lines
265 B
PHP
11 lines
265 B
PHP
|
<?php
|
||
|
|
||
|
namespace Codappix\SearchCore\Utility;
|
||
|
|
||
|
class ExtensionConfiguration87 implements ExtensionConfigurationInterface
|
||
|
{
|
||
|
public function get($extensionKey)
|
||
|
{
|
||
|
return unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf'][$extensionKey]);
|
||
|
}
|
||
|
}
|