Document update policies

package ArangoDBClient
since 0.2

 Methods

Check if the supplied policy value is valid

validate(string $value) : void
Static

Parameters

$value

string
  • update policy value

Exceptions

\ArangoDBClient\ClientException

 Constants

 

an error will be returned in case of conflicting versions

ERROR = 'error' 
 

last update will win in case of conflicting versions

LAST = 'last'