BearFramework\App\Classes

Provides functionality for registering and autoloading classes.
BearFramework\App\Classes {

    
/* Methods */
    
public __construct void )
    public 
self add string $class string $filename )
    public 
boolen exists string $class )
    public 
self load string $class )

}
Methods
public __construct ( void )
public self add ( string $class , string $filename )
Registers a class for autoloading.
public boolen exists ( string $class )
Returns information about whether a class is registered for autoloading.
public self load ( string $class )
Loads a class if registered.
Details
Location: ~/src/App/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.