CommandDiscoverer
Table of Contents
Properties
-
$baseDir
: string
-
$namespace
: string
Methods
-
discover()
: array<string|int, mixed>
-
getFullyQualifiedClassName()
: string
$baseDir
private
string
$baseDir
$namespace
private
string
$namespace
discover()
public
discover(string $baseDir[, string $namespace = 'MahoCLICommands\' ]) : array<string|int, mixed>
Parameters
-
$baseDir
: string
-
-
$namespace
: string
= 'MahoCLICommands\'
-
Return values
array<string|int, mixed>
getFullyQualifiedClassName()
private
getFullyQualifiedClassName(string $file) : string
Parameters
-
$file
: string
-