ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Composer\Autoload Namespace Reference

Data Structures

class  ClassLoader
 ClassLoader implements a PSR-0, PSR-4 and classmap class loader. More...
 
class  ComposerStaticInit2fffdf922cf8fdbf1f62eec345993c83
 

Functions

 includeFile ($file)
 Scope isolated include. More...
 

Function Documentation

◆ includeFile()

Composer\Autoload\includeFile (   $file)

Scope isolated include.

Prevents access to $this/self from included files.

Definition at line 442 of file ClassLoader.php.

References $file.

Referenced by Composer\Autoload\ClassLoader\loadClass().

443 {
444  include $file;
445 }
if(!file_exists("$old.txt")) if($old===$new) if(file_exists("$new.txt")) $file
+ Here is the caller graph for this function: