ArangoDB-PHP API Documentation
  • Namespace
  • Class
  • Deprecated

Namespaces

  • triagens
    • ArangoDb

Classes

  • AdminHandler
  • AqlUserFunction
  • Autoloader
  • Batch
  • BatchPart
  • BindVars
  • Collection
  • CollectionHandler
  • Connection
  • ConnectionOptions
  • Cursor
  • Database
  • DefaultValues
  • Document
  • DocumentHandler
  • Edge
  • EdgeDefinition
  • EdgeHandler
  • Endpoint
  • Export
  • ExportCursor
  • Graph
  • GraphHandler
  • Handler
  • HttpHelper
  • HttpResponse
  • QueryCacheHandler
  • QueryHandler
  • Statement
  • TraceRequest
  • TraceResponse
  • Transaction
  • Traversal
  • UpdatePolicy
  • UrlHelper
  • Urls
  • User
  • UserHandler
  • ValueValidator
  • Vertex
  • VertexHandler

Exceptions

  • ClientException
  • ConnectException
  • Exception
  • ServerException

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
Extended by triagens\ArangoDb\DocumentHandler
Extended by triagens\ArangoDb\VertexHandler
Namespace: triagens\ArangoDb
Package: triagens\ArangoDb
Since: 1.2
Located at VertexHandler.php

Methods summary

public triagens\ArangoDb\Document
# createFromArrayWithContext( $data, $options )

Intermediate function to call the createFromArray function from the right context

Intermediate function to call the createFromArray function from the right context

Parameters

$data
$options

Returns

triagens\ArangoDb\Document

Throws

triagens\ArangoDb\ClientException

Overrides

triagens\ArangoDb\DocumentHandler::createFromArrayWithContext

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()

Constants summary

Constants inherited from triagens\ArangoDb\DocumentHandler

ENTRY_DOCUMENTS, OPTION_COLLECTION, OPTION_EXAMPLE

ArangoDB-PHP API Documentation API documentation generated by ApiGen