AppserverIo\Appserver\Core\InitialContext::getSystemConfiguration PHP Méthode

getSystemConfiguration() public méthode

Returns the system configuration.
public getSystemConfiguration ( ) : AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface
Résultat AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface The system configuration
    public function getSystemConfiguration()
    {
        return $this->getAttribute(ContextKeys::SYSTEM_CONFIGURATION);
    }