ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
autoload_real.php File Reference

Go to the source code of this file.

Data Structures

class  ComposerAutoloaderInit0b7e5ccf6ad3b6544d6c5a11478f9b6b
 

Functions

 composerRequire0b7e5ccf6ad3b6544d6c5a11478f9b6b ($fileIdentifier, $file)
 

Function Documentation

◆ composerRequire0b7e5ccf6ad3b6544d6c5a11478f9b6b()

composerRequire0b7e5ccf6ad3b6544d6c5a11478f9b6b (   $fileIdentifier,
  $file 
)

Definition at line 63 of file autoload_real.php.

References $file, and $GLOBALS.

Referenced by ComposerAutoloaderInit0b7e5ccf6ad3b6544d6c5a11478f9b6b\getLoader().

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
+ Here is the caller graph for this function: