ClassLoader.php
Interfaces, Classes and Traits
- ClassLoader
- ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
Table of Contents
- 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