traits
Table of Contents
Traits
- AnalyzerManagementTrait
- Analyzer management methods shared by the {@see \oihana\arango\db\ArangoDB}
façade — the analyzer counterpart of {@see ViewManagementTrait}.
- CollectionManagementTrait
- Collection-management surface of the {@see \oihana\arango\db\ArangoDB}
façade. Methods preserve their legacy signatures; their internals
were switched in Lot 6.1 from the legacy `client/CollectionHandler`
to the new `clients/Collection` (and `clients/Database`).
- IndexManagementTrait
- Index-management surface of the {@see \oihana\arango\db\ArangoDB}
façade — everything that touches collection indexes and nothing else:
creation, removal, lookup, and the declarations ↔ server conformity
primitives of the `doctor` family (`indexesDiff()` / `indexesSync()`).
- ViewManagementTrait
- View management methods shared by the {@see \oihana\arango\db\ArangoDB}
façade — the ArangoSearch counterpart of {@see CollectionManagementTrait}.