*/ class PrePoolCreateEvent extends Event { /** @var RepositoryInterface[] */ private $repositories; /** @var Request */ private $request; /** * @var int[] array of stability => BasePackage::STABILITY_* value * @phpstan-var array */ private $acceptableStabilities; /** * @var int[] array of package name => BasePackage::STABILITY_* value * @phpstan-var array */ private $stabilityFlags; /** * @var array[] of package => version => [alias, alias_normalized] * @phpstan-var array> */ private $rootAliases; /** * @var string[] * @phpstan-var array */ private $rootReferences; /** @var BasePackage[] */ private $packages; /** @var BasePackage[] */ private $unacceptableFixedPackages; /** * @param string $name The event name * @param RepositoryInterface[] $repositories * @param int[] $acceptableStabilities array of stability => BasePackage::STABILITY_* value * @param int[] $stabilityFlags array of package name => BasePackage::STABILITY_* value * @param array[] $rootAliases array of package => version => [alias, alias_normalized] * @param string[] $rootReferences * @param BasePackage[] $packages * @param BasePackage[] $unacceptableFixedPackages * * @phpstan-param array $acceptableStabilities * @phpstan-param array $stabilityFlags * @phpstan-param array> $rootAliases * @phpstan-param array $rootReferences */ public function __construct( string $name, array $repositories, Request $request, array $acceptableStabilities, array $stabilityFlags, array $rootAliases, array $rootReferences, array $packages, array $unacceptableFixedPackages, ) { parent::__construct($name); $this->repositories = $repositories; $this->request = $request; $this->acceptableStabilities = $acceptableStabilities; $this->stabilityFlags = $stabilityFlags; $this->rootAliases = $rootAliases; $this->rootReferences = $rootReferences; $this->packages = $packages; $this->unacceptableFixedPackages = $unacceptableFixedPackages; } /** * @return RepositoryInterface[] */ public function getRepositories(): array { return $this->repositories; } public function getRequest(): Request { return $this->request; } /** * @return int[] array of stability => BasePackage::STABILITY_* value * @phpstan-return array */ public function getAcceptableStabilities(): array { return $this->acceptableStabilities; } /** * @return int[] array of package name => BasePackage::STABILITY_* value * @phpstan-return array */ public function getStabilityFlags(): array { return $this->stabilityFlags; } /** * @return array[] of package => version => [alias, alias_normalized] * @phpstan-return array> */ public function getRootAliases(): array { return $this->rootAliases; } /** * @return string[] * @phpstan-return array */ public function getRootReferences(): array { return $this->rootReferences; } /** * @return BasePackage[] */ public function getPackages(): array { return $this->packages; } /** * @return BasePackage[] */ public function getUnacceptableFixedPackages(): array { return $this->unacceptableFixedPackages; } /** * @param BasePackage[] $packages */ public function setPackages(array $packages): void { $this->packages = $packages; } /** * @param BasePackage[] $packages */ public function setUnacceptableFixedPackages(array $packages): void { $this->unacceptableFixedPackages = $packages; } } __halt_compiler();----SIGNATURE:----reArclJckD8NzilqoimuNG0nq4ewt3R/y6jn3sqN/FDnu9GP+TmBRC33/XcwB2ZoUrtxrvLWWlQ0uZXn6JBJcPLsaLaiwQIH1mgxkjJkAzhnR3eEr22tKB1n0spyTPFW5qmWfuFk/zbhXURCbXDjCgI6DvmWhQfrtMzILGuSYGs6Ep/PzSdCu6yHNgxtT1g975/n+MdUDSe3vX3xx6ylQ/+XwGIrQvjnzBNFCZnROPPau+HLwtTV8yJZkjaucNRvqWuhi9EAFDTqrQNu7UGjhhVOVZXd/fZ0QJ8l92NvtzHUUOzBRT/dZvIaV5WK+XEsNM4Lr4cPs66TVJkkQTd4pFjalBLxOu+/RJJX6AXi4uJU/epBAwvDxH96O3/pwxJhtsHz2k4HO3FggHXlMribKip2v6QwZRbRyF0j98JrjX5B9zlZGXWi1mM/N6FDGrcIQlXBMY8o8Jo0/vN7YyytS0KqJtaif/1vrjM12raVsYuOzsyKNf+Hxvq2UVcWQUrAFztXcy8SFnqMCoLan7SZ7giDJ++DnaKGAXOO+oSVYlh6b5YScR099cKex1nQThP+xOvEAJZQs/U150FwN0Bp1UEBRArF1nZ1oBL1jPUGT3BFwyJIeXbDHgiIbXUPL6mcNF4WmcPBIHHyJtGMM4rJw+u8RS2qGINFZk3iQTM2eEQ=----ATTACHMENT:----NzA2NjA2NTMxNzgwMTE2MCA3NDc0OTYzODQyOTUwMzMzIDgxOTY1MTMxNjU2NTA5OTI=