AppserverIo\Appserver\Core\Api\Node\SystemPropertiesNodeTrait::setSystemProperties PHP Méthode

setSystemProperties() public méthode

Array with the system properties to use.
public setSystemProperties ( array $systemProperties ) : void
$systemProperties array The array with the system properties
Résultat void
    public function setSystemProperties(array $systemProperties)
    {
        $this->systemProperties = $systemProperties;
    }