PHP Class GraphAware\Neo4j\Client\HttpDriver\Configuration

Inheritance: implements GraphAware\Common\Driver\ConfigInterface
Mostra file Open project: graphaware/neo4j-php-client Class Usage Examples

Protected Properties

Property Type Description
$curlInterface string
$timeout integer

Public Methods

Method Description
create ( ) : Configuration
getCurlInterface ( ) : string
getTimeout ( ) : integer
withCurlInterface ( string $interface )
withTimeout ( integer $timeout ) : Configuration

Method Details

create() public static method

public static create ( ) : Configuration
return Configuration

getCurlInterface() public method

public getCurlInterface ( ) : string
return string

getTimeout() public method

public getTimeout ( ) : integer
return integer

withCurlInterface() public method

public withCurlInterface ( string $interface )
$interface string

withTimeout() public method

public withTimeout ( integer $timeout ) : Configuration
$timeout integer
return Configuration

Property Details

$curlInterface protected_oe property

protected string $curlInterface
return string

$timeout protected_oe property

protected int $timeout
return integer