ClassLoader.php
Tags
Table of Contents
Classes
- ClassLoader
- ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
Functions
- includeFile() : mixed
- Scope isolated include.
Functions
includeFile()
Scope isolated include.
    
                    includeFile(mixed $file) : mixed
        Prevents access to $this/self from included files.
Parameters
- $file : mixed