\nre\coreAutoloader

Autoloader.

This class tries to load not yet used classes.

Summary

Methods
Properties
Constants
register()
load()
getClassType()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
__construct()
__clone()
No private properties found
N/A

Methods

register()

register() 

Register load-method.

load()

load(string  $fullClassName) 

Look for the given class and try to load it.

Parameters

string $fullClassName

Die zu ladende Klasse

getClassType()

getClassType(string  $className) : string

Determine classtype of a class.

Parameters

string $className

Name of the class to determine the classtype of

Returns

string —

Classtype of the given class

__construct()

__construct() 

Private construct().

__clone()

__clone() 

Private clone().