Registers a PSR-4 namespace using a glob pattern.
public final function load(string $namespace, string $resource) : PrototypeConfigurator { return new PrototypeConfigurator($this, $this->loader, $this->defaults, $namespace, $resource, true, $this->path); }