public create ( string $packagesBasePath, string $packagePath, string $packageKey, string $composerName, array $autoloadConfiguration = [], array $packageClassInformation = null ) : Neos\Flow\Package\PackageInterface |
$packagesBasePath |
string |
the base install path of packages, |
$packagePath |
string |
path to package, relative to base path |
$packageKey |
string |
key / name of the package |
$composerName |
string |
|
$autoloadConfiguration |
array |
Autoload configuration as defined in composer.json |
$packageClassInformation |
array |
|
리턴 |
Neos\Flow\Package\PackageInterface |
|