A simple validator for values to be stored in the database
package | ArangoDBClient |
---|---|
since | 0.2 |
validate(mixed $value) : void
Allowed value types are string, integer, double and boolean. Arrays are also allowed if they contain only one of the former types.
mixed
\ArangoDBClient\ClientException |
---|