Class VertexHandler
A handler that manages vertices. A vertex-document handler that fetches vertices 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\VertexHandler
Methods summary
public
|
#
createFromArrayWithContext( $data, $options )
Intermediate function to call the createFromArray function from the right context |
Methods inherited from triagens\ArangoDb\DocumentHandler
createCollectionIfOptions()
,
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()