View
in package
Represents a View on ArangoDB server.
Tags
Table of Contents
Methods
- __construct() : mixed
- View constructor.
- isNew() : bool
- Returns true if is a new object
Methods
__construct()
View constructor.
public
__construct(string $name[, string $type = "arangosearch" ][, array<string|int, mixed> $attributes = [] ]) : mixed
Parameters
- $name : string
-
The name of View
- $type : string = "arangosearch"
-
The type of View
- $attributes : array<string|int, mixed> = []
-
View attributes
Tags
isNew()
Returns true if is a new object
public
isNew() : bool