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 UpdatePolicy

Document update policies

Namespace: triagens\ArangoDb
Package: triagens\ArangoDb
Since: 0.2
Located at UpdatePolicy.php

Methods summary

public static
# validate( string $value )

Check if the supplied policy value is valid

Check if the supplied policy value is valid

Parameters

$value
  • update policy value

Throws

triagens\ArangoDb\ClientException

Constants summary

string LAST

last update will win in case of conflicting versions

last update will win in case of conflicting versions

# 'last'
string ERROR

an error will be returned in case of conflicting versions

an error will be returned in case of conflicting versions

# 'error'
ArangoDB-PHP API Documentation API documentation generated by ApiGen