PackageFactory
class PackageFactory (View source)
Class for building Packages
Methods
create(string $packagesBasePath, string $packagePath, string $packageKey, string $composerName, array $autoloadConfiguration = [], array $packageClassInformation = null)
Returns a package instance.
array
detectFlowPackageFilePath(string $packageKey, string $absolutePackagePath)
Detects if the package contains a package file and returns the path and classname.
Details
PackageInterface|PackageKeyAwareInterface
create(string $packagesBasePath, string $packagePath, string $packageKey, string $composerName, array $autoloadConfiguration = [], array $packageClassInformation = null)
Returns a package instance.
array
detectFlowPackageFilePath(string $packageKey, string $absolutePackagePath)
Detects if the package contains a package file and returns the path and classname.