GraphAware\Neo4j\Client\ClientBuilder::preflightEnv PHP Méthode

preflightEnv() public méthode

public preflightEnv ( string $variable )
$variable string
    public function preflightEnv($variable)
    {
        $this->config['connection_manager']['preflight_env'] = $variable;
    }