Remove defined paths (or single path) for given namespace
Usage
// basic usage
$classLoader->removeNamespace(string $namespace);
// usage with all arguments
$classLoader->removeNamespace(string $namespace, string $path = '');
Arguments
Name | Type(s) | Description |
---|---|---|
namespace | string | |
path (optional) | string | Optionally specify path to remove (default=remove all) |
$classLoader methods and properties
API reference based on ProcessWire core version 3.0.236