GraphAware\Neo4j\Client\ClientInterface::sendCypherQuery PHP Method

sendCypherQuery() public method

Deprecation: since 4.0 - will be removed in 5.0 - use $client->run() instead.
public sendCypherQuery ( string $query, null | array $parameters = null, null | string $tag = null, null | string $connectionAlias = null ) : GraphAware\Common\Result\AbstractRecordCursor
$query string
$parameters null | array
$tag null | string
$connectionAlias null | string
return GraphAware\Common\Result\AbstractRecordCursor
    public function sendCypherQuery($query, $parameters = null, $tag = null, $connectionAlias = null);