MultiAutoloader.lookup

Tries to load a class given by name, deferring to the wrapped autoloaders in the order that they were given in during construction.

class MultiAutoloader
override
const(ClassInfo)
lookup
(
string name
)

Return Value

Type: const(ClassInfo)

The ClassInfo object of the class given by name, or null if not found.

Meta