‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Settings\SettingsInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Settings\SettingsInterface:
TYPO3\CMS\Core\Settings\Settings TYPO3\CMS\Core\Site\Entity\SiteSettings

Public Member Functions

 has (string $identifier)
 
 get (string $identifier)
 
 getIdentifiers ()
 

Static Public Member Functions

static __set_state (array $state)
 

Detailed Description

Definition at line 23 of file SettingsInterface.php.

Member Function Documentation

◆ __set_state()

static TYPO3\CMS\Core\Settings\SettingsInterface::__set_state ( array  $state)
static

◆ get()

TYPO3\CMS\Core\Settings\SettingsInterface::get ( string  $identifier)

◆ getIdentifiers()

TYPO3\CMS\Core\Settings\SettingsInterface::getIdentifiers ( )

◆ has()

TYPO3\CMS\Core\Settings\SettingsInterface::has ( string  $identifier)