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