Namespace frankmayer\ArangoDbPhpCore
Namespaces summary
Classes summary
| Autoloader | Handles automatic loading of missing class files The autoloader can be nested with other autoloaders. It will only process classes from its own namespace and ignore all others. |
| Client | The Client class. This is the base operating class through which everything cooperates. The class provides its own IOC Container for easy injection and instantiation of needed classes. |
| ClientOptions | Class ClientOptions |
Interfaces summary
| ClientInterface | Interface ClientInterface |
| ConnectorInterface | A Connector Interface |
Exceptions summary
| ClientException | Class ClientException |
| ConnectionException | Class ConnectionException |
| Exception | Class Exception |
| ServerException | Class ServerException |