AppserverIo\Appserver\Core\Api\ServiceInterface::setSystemConfiguration PHP Method

setSystemConfiguration() public method

Allows to set the system configuration.
public setSystemConfiguration ( AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface $systemConfiguration ) : AppserverIo\Appserver\Core\Api\ServiceInterface
$systemConfiguration AppserverIo\Appserver\Core\Interfaces\SystemConfigurationInterface The system configuration
return AppserverIo\Appserver\Core\Api\ServiceInterface
    public function setSystemConfiguration(SystemConfigurationInterface $systemConfiguration);