load() load(string $className) : void Handle loading of an unknown class This will only handle class from its own namespace and ignore all others. This allows multiple autoloaders to be used in a nested fashion. Parameters string $className name of class to be loaded
checkEnvironment() checkEnvironment() : void Check the runtime environment This will check whether the runtime environment is compatible with the Arango PHP client. Throws \triagens\ArangoDb\ClientException