BearFramework\App\Context\Classes

Provides functionality for autoloading classes in the current context.
BearFramework\App\Context\Classes {

    
/* Methods */
    
public __construct BearFramework\App $app string $dir )
    public 
self add string $class string $filename )

}
Methods
public __construct ( BearFramework\App $app , string $dir )
public self add ( string $class , string $filename )
Registers a class for autoloading in the current context.
Details
Location: ~/src/App/Context/Classes.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.