ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
autoload_real.php File Reference

Go to the source code of this file.

Data Structures

class  ComposerAutoloaderInit2fffdf922cf8fdbf1f62eec345993c83
 

Functions

 composerRequire2fffdf922cf8fdbf1f62eec345993c83 ($fileIdentifier, $file)
 

Function Documentation

◆ composerRequire2fffdf922cf8fdbf1f62eec345993c83()

composerRequire2fffdf922cf8fdbf1f62eec345993c83 (   $fileIdentifier,
  $file 
)

Definition at line 63 of file autoload_real.php.

64{
65 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
66 require $file;
67
68 $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
69 }
70}
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
if(!file_exists("$old.txt")) if( $old===$new) if(file_exists("$new.txt")) $file

References $file, and $GLOBALS.

Referenced by ComposerAutoloaderInit2fffdf922cf8fdbf1f62eec345993c83\getLoader().

+ Here is the caller graph for this function: