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