AppserverIo\Appserver\Core\Api\ServiceInterface::setSystemConfiguration PHP Метод

setSystemConfiguration() публичный Метод

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
Результат AppserverIo\Appserver\Core\Api\ServiceInterface
    public function setSystemConfiguration(SystemConfigurationInterface $systemConfiguration);