ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
Composer\Autoload Namespace Reference

Data Structures

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

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: