\CodeIgniter\ConfigAutoloadConfig

AUTO-LOADER

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() 

Constructor.