phpDocumentor

ModulesFinder

Class ModulesFinder

Tags
codeCoverageIgnore

Table of Contents

$configFinder  : ConfigurationFinder
$path  : Path
__construct()  : mixed
ModulesFinder constructor.
findModules()  : array<string|int, mixed>
Returns a list of all gx modules.
checkIncludeFlagInGXModuleJson()  : bool
vendorsModules()  : array<string|int, mixed>
Returns a list of modules for the given vendor dir.

Properties

Methods

findModules()

Returns a list of all gx modules.

public findModules() : array<string|int, mixed>
Return values
array<string|int, mixed>

checkIncludeFlagInGXModuleJson()

private checkIncludeFlagInGXModuleJson(DirectoryIterator $module) : bool
Parameters
$module : DirectoryIterator
Return values
bool

vendorsModules()

Returns a list of modules for the given vendor dir.

private vendorsModules(string $vendorDir) : array<string|int, mixed>
Parameters
$vendorDir : string
Return values
array<string|int, mixed>

Search results