class ClassTree

Properties

static string|null $startPath The path to be scanned.
static bool $loadDev Include autoload-dev in results.

Methods

static 
bootstrap(string $root, string|null $startPath, bool $loadDev = false)

No description

static array
unfold(string $baseNamespace)

Get all sub-namespaces recursively for a namespace.

Details

at line 39
static bootstrap(string $root, string|null $startPath, bool $loadDev = false)

Parameters

string $root
string|null $startPath
bool $loadDev

at line 60
static array unfold(string $baseNamespace)

Get all sub-namespaces recursively for a namespace.

Parameters

string $baseNamespace

Return Value

array

Exceptions

NotFoundException