mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 06:16:12 +01:00
11 lines
No EOL
265 B
PHP
11 lines
No EOL
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]);
|
|
}
|
|
} |