AppserverIo\Appserver\Core\InitialContext::setSystemConfiguration PHP 메소드

setSystemConfiguration() 공개 메소드

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
리턴 void
    public function setSystemConfiguration(SystemConfigurationInterface $systemConfiguration)
    {
        $this->setAttribute(ContextKeys::SYSTEM_CONFIGURATION, $systemConfiguration);
    }