TYPO3 CMS  TYPO3_6-2
ConfigurationManagerInterface.php
Go to the documentation of this file.
1 <?php
3 
21 
22  const CONFIGURATION_TYPE_FRAMEWORK = 'Framework';
23  const CONFIGURATION_TYPE_SETTINGS = 'Settings';
24  const CONFIGURATION_TYPE_FULL_TYPOSCRIPT = 'FullTypoScript';
25 
30  public function setContentObject(\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $contentObject = NULL);
31 
38  public function getContentObject();
39 
51  public function getConfiguration($configurationType, $extensionName = NULL, $pluginName = NULL);
52 
60  public function setConfiguration(array $configuration = array());
61 
72  public function isFeatureEnabled($featureName);
73 }
setContentObject(\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $contentObject=NULL)
getConfiguration($configurationType, $extensionName=NULL, $pluginName=NULL)