GraphAware\Neo4j\Client\ClientBuilder::preflightEnv PHP 메소드

preflightEnv() 공개 메소드

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