\Everyman\Neo4j\Command\BatchUpdateRelationship

Update a relationship in a batch

Summary

Methods
Properties
Constants
__construct()
execute()
No public properties found
No constants found
getMethod()
getPath()
handleResult()
handleSingleResult()
getData()
getEntityCache()
getEntityMapper()
getTransport()
throwException()
$base
$opId
$client
N/A
No private methods found
No private properties found
N/A

Properties

$base

$base : 

Type

$opId

$opId : 

Type

$client

$client : 

Type

Methods

execute()

execute() : mixed

Run the command and return a value signalling the result

Throws

\Everyman\Neo4j\Exception

on failure

Returns

mixed

getMethod()

getMethod() : string

Return the transport method to call

Returns

string

getPath()

getPath() : string

Return the path to use

Returns

string

handleResult()

handleResult(integer $code, array $headers, array $data) : mixed

Use the results in some way

Parameters

integer $code
array $headers
array $data

Throws

\Everyman\Neo4j\Exception

on failure

Returns

mixed

handleSingleResult()

handleSingleResult(array $result) : mixed

Handle a single result from the batch of results

Parameters

array $result

Throws

\Everyman\Neo4j\Command\Batch\Exception

on failure

Returns

mixed

getData()

getData() : array

Return the data to pass

Returns

array

throwException()

throwException(string $message, integer $code, array $headers, array $data)

Throw an exception from handling the results

Parameters

string $message
integer $code
array $headers
array $data

Throws

\Everyman\Neo4j\Exception