AppserverIo\Appserver\Core\InitialContext::setSystemConfiguration PHP Method

setSystemConfiguration() public method

Adds the system configuration to the initial context.
public setSystemConfiguration ( AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface $systemConfiguration ) : void
$systemConfiguration AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface The system configuration
return void
    public function setSystemConfiguration(SystemConfigurationInterface $systemConfiguration)
    {
        $this->setAttribute(ContextKeys::SYSTEM_CONFIGURATION, $systemConfiguration);
    }