ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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.

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

443 {
444  include $file;
445 }
+ Here is the caller graph for this function: