\ConfigAutoload

------------------------------------------------------------------- AUTO-LOADER ------------------------------------------------------------------- This file defines the namespaces and class maps so the Autoloader can find the files as needed.

This file defines the namespaces and class maps so the Autoloader can find the files as needed.

Summary

Methods
Properties
Constants
__construct()
$psr4
$classmap
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$psr4

$psr4 : array

Array of namespaces for autoloading.

Type

array

$classmap

$classmap : array

Map of class names and locations

Type

array

Methods

__construct()

__construct() 

Collects the application-specific autoload settings and merges them with the framework's required settings.

NOTE: If you use an identical key in $psr4 or $classmap, then the values in this file will overwrite the framework's values.