BearFramework\App\Classes::exists

Returns information about whether a class is registered for autoloading.
public boolen exists string $class )
Parameters
class
The class name.
Returns
TRUE if the class is registered for autoloading. FALSE otherwise.
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.