PHP Class GraphAware\Neo4j\Client\HttpDriver\Configuration

Inheritance: implements GraphAware\Common\Driver\ConfigInterface
Afficher le fichier Open project: graphaware/neo4j-php-client Class Usage Examples

Protected Properties

Свойство Type Description
$curlInterface string
$timeout integer

Méthodes publiques

Méthode Description
create ( ) : Configuration
getCurlInterface ( ) : string
getTimeout ( ) : integer
withCurlInterface ( string $interface )
withTimeout ( integer $timeout ) : Configuration

Method Details

create() public static méthode

public static create ( ) : Configuration
Résultat Configuration

getCurlInterface() public méthode

public getCurlInterface ( ) : string
Résultat string

getTimeout() public méthode

public getTimeout ( ) : integer
Résultat integer

withCurlInterface() public méthode

public withCurlInterface ( string $interface )
$interface string

withTimeout() public méthode

public withTimeout ( integer $timeout ) : Configuration
$timeout integer
Résultat Configuration

Property Details

$curlInterface protected_oe property

protected string $curlInterface
Résultat string

$timeout protected_oe property

protected int $timeout
Résultat integer