GraphAware\Neo4j\Client\ClientBuilder::preflightEnv PHP Method

preflightEnv() public method

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