Elgg  Version 2.3
Variables
autoloader.php File Reference

Go to the source code of this file.

Variables

 $paths
 We handle here two possible locations of composer-generated autoload file. More...
 
 foreach ($paths as $path)
 
 exit
 

Variable Documentation

$paths
Initial value:
= [
__DIR__ . '/vendor/autoload.php',
__DIR__ . '/../../../vendor/autoload.php',
]

We handle here two possible locations of composer-generated autoload file.

One is directly in Elgg directory when not using as dependency, other is in the main project dir, parent to this one.

Definition at line 7 of file autoloader.php.

exit

Definition at line 34 of file autoloader.php.

foreach
Initial value:
{
$stats = $memcache->getStats()

Definition at line 12 of file autoloader.php.