ClassLoader
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- Create a new instance.
- loadClass() : void
- Load the class.
Properties
$compiledPath read-only
private
CompiledPath
$compiledPath
Methods
__construct()
Create a new instance.
public
__construct(CompiledPath $compiledPath) : mixed
Parameters
- $compiledPath : CompiledPath
-
The compiled path
loadClass()
Load the class.
public
loadClass(class-string $className) : void
Parameters
- $className : class-string
-
The class name