PHP Class Monorepo\Composer\AutoloadGenerator

Inheritance: extends Composer\Autoload\AutoloadGenerator
Show file Open project: beberlei/composer-monorepo-plugin Class Usage Examples

Public Methods

Method Description
buildPackageMap ( Composer\Installer\InstallationManager $installationManager, Composer\Package\PackageInterface $mainPackage, array $packages )

Protected Methods

Method Description
getAutoloadRealFile ( $useClassMap, $useIncludePath, $targetDirLoader, $useIncludeFiles, $vendorPathCode, $appBaseDirCode, $suffix, $useGlobalIncludePath, $prependAutoloader, $staticPhpVersion = 70000 )

Method Details

buildPackageMap() public method

public buildPackageMap ( Composer\Installer\InstallationManager $installationManager, Composer\Package\PackageInterface $mainPackage, array $packages )
$installationManager Composer\Installer\InstallationManager
$mainPackage Composer\Package\PackageInterface
$packages array

getAutoloadRealFile() protected method

protected getAutoloadRealFile ( $useClassMap, $useIncludePath, $targetDirLoader, $useIncludeFiles, $vendorPathCode, $appBaseDirCode, $suffix, $useGlobalIncludePath, $prependAutoloader, $staticPhpVersion = 70000 )