ArangoDB-PHP-Core API Documentation
  • Namespace
  • Class
  • Deprecated

Namespaces

  • frankmayer
    • ArangoDbPhpCore
      • Api
        • Rest
      • Config
      • Connectors
      • Plugins
      • Protocols
        • Http
      • TraitRepository

Classes

  • Autoloader
  • Client
  • ClientOptions

Interfaces

  • ClientInterface
  • ConnectorInterface

Exceptions

  • ClientException
  • ConnectionException
  • Exception
  • ServerException

Class 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.

Namespace: frankmayer\ArangoDbPhpCore
Package: frankmayer\ArangoDbPhpCore
Located at Autoloader.php

Methods summary

public static
# init( )

Initialise the autoloader

Initialise the autoloader

Throws

frankmayer\ArangoDbPhpCore\Exception

Codecoverageignore

public static
# load( string $className )

Handle loading of an unknown class

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

$className
  • The name of class to be loaded

Constants summary

string EXTENSION

Class file extension

Class file extension

# '.php'
ArangoDB-PHP-Core API Documentation API documentation generated by ApiGen