Class EdgeHandler
A handler that manages edges
An edge-document handler that fetches edges from the server and persists them on the server. It does so by issuing the appropriate HTTP requests to the server.
- triagens\ArangoDb\Handler
-
triagens\ArangoDb\DocumentHandler
-
triagens\ArangoDb\EdgeHandler
Methods summary
public
|
#
createFromArrayWithContext( $data, $options )
Intermediate function to call the createFromArray function from the right context |
public
mixed
|
|
public
array
|
|
public
array
|
|
public
array
|
|
protected
|
Methods inherited from triagens\ArangoDb\DocumentHandler
get()
,
getById()
,
getHead()
,
has()
,
remove()
,
removeById()
,
replace()
,
replaceById()
,
save()
,
store()
,
update()
,
updateById()
Methods inherited from triagens\ArangoDb\Handler
__construct()
,
getConnection()
,
getConnectionOption()
,
includeOptionsInBody()
,
includeOptionsInParams()
,
json_encode_wrapper()
,
makeCollection()
Constants summary
string |
ENTRY_EDGES
edges array index |
#
'edges'
|
string |
OPTION_FROM
example parameter |
#
'from'
|
string |
OPTION_TO
example parameter |
#
'to'
|
string |
OPTION_VERTEX
vertex parameter |
#
'vertex'
|
string |
OPTION_DIRECTION
direction parameter |
#
'direction'
|