AutoloadGenerator::dump( ComposerComposer $composer, ComposerConfig $config, ComposerRepositoryInstalledRepositoryInterface $localRepo, ComposerPackagePackageInterface $mainPackage, ComposerInstallerInstallationManager $installationManager, string $targetDir, bool $scanPsrPackages = false, string $suffix = null )

Dump the Jetpack autoloader files.


Description Description


Parameters Parameters

$composer

(Required) The Composer object.

$config

(Required) Config object.

$localRepo

(Required) Installed Repository object.

$mainPackage

(Required) Main Package object.

$installationManager

(Required) Manager for installing packages.

$targetDir

(Required) Path to the current target directory.

$scanPsrPackages

(Optional) Whether or not PSR packages should be converted to a classmap.

Default value: false

$suffix

(Optional) The autoloader suffix.

Default value: null


Top ↑

Source Source

File: vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.