Add a namespace with one or many directories to look for files or null for the include path.
Loading of this namespaces will be done with a PSR-0 namespace loading algorithm.
string $namespace:
string|array|null $dirs:
public static function registerAutoloadNamespace($namespace, $dirs = null) {
self::$autoloadNamespaces[$namespace] = $dirs;
}