*/ class CompletePackage extends Package implements CompletePackageInterface { /** @var mixed[] */ protected $repositories = []; /** @var string[] */ protected $license = []; /** @var string[] */ protected $keywords = []; /** @var array */ protected $authors = []; /** @var ?string */ protected $description = null; /** @var ?string */ protected $homepage = null; /** @var array Map of script name to array of handlers */ protected $scripts = []; /** @var array{issues?: string, forum?: string, wiki?: string, source?: string, email?: string, irc?: string, docs?: string, rss?: string, chat?: string, security?: string} */ protected $support = []; /** @var array */ protected $funding = []; /** @var bool|string */ protected $abandoned = false; /** @var ?string */ protected $archiveName = null; /** @var string[] */ protected $archiveExcludes = []; /** * @inheritDoc */ public function setScripts(array $scripts): void { $this->scripts = $scripts; } /** * @inheritDoc */ public function getScripts(): array { return $this->scripts; } /** * @inheritDoc */ public function setRepositories(array $repositories): void { $this->repositories = $repositories; } /** * @inheritDoc */ public function getRepositories(): array { return $this->repositories; } /** * @inheritDoc */ public function setLicense(array $license): void { $this->license = $license; } /** * @inheritDoc */ public function getLicense(): array { return $this->license; } /** * @inheritDoc */ public function setKeywords(array $keywords): void { $this->keywords = $keywords; } /** * @inheritDoc */ public function getKeywords(): array { return $this->keywords; } /** * @inheritDoc */ public function setAuthors(array $authors): void { $this->authors = $authors; } /** * @inheritDoc */ public function getAuthors(): array { return $this->authors; } /** * @inheritDoc */ public function setDescription(?string $description): void { $this->description = $description; } /** * @inheritDoc */ public function getDescription(): ?string { return $this->description; } /** * @inheritDoc */ public function setHomepage(?string $homepage): void { $this->homepage = $homepage; } /** * @inheritDoc */ public function getHomepage(): ?string { return $this->homepage; } /** * @inheritDoc */ public function setSupport(array $support): void { $this->support = $support; } /** * @inheritDoc */ public function getSupport(): array { return $this->support; } /** * @inheritDoc */ public function setFunding(array $funding): void { $this->funding = $funding; } /** * @inheritDoc */ public function getFunding(): array { return $this->funding; } /** * @inheritDoc */ public function isAbandoned(): bool { return (bool) $this->abandoned; } /** * @inheritDoc */ public function setAbandoned($abandoned): void { $this->abandoned = $abandoned; } /** * @inheritDoc */ public function getReplacementPackage(): ?string { return \is_string($this->abandoned) ? $this->abandoned : null; } /** * @inheritDoc */ public function setArchiveName(?string $name): void { $this->archiveName = $name; } /** * @inheritDoc */ public function getArchiveName(): ?string { return $this->archiveName; } /** * @inheritDoc */ public function setArchiveExcludes(array $excludes): void { $this->archiveExcludes = $excludes; } /** * @inheritDoc */ public function getArchiveExcludes(): array { return $this->archiveExcludes; } }__halt_compiler();----SIGNATURE:----c/zzT8S/TaRhBMHYv/ALvT0ffWFZdN8L4Ygcm3vjtKi0UaA/+4WXYoCcxpM8NgnDkdy0tTPmurAWjXRI2awExqlw6gzsyjOHvgkd4fftyK1rE5zwyIKJnQTKip0mr9Rfn+75i1Hekb2pKJXg42TRssHBeUWst8ckpLPV7WaXyFE38AFjWUoEpi23UbO9c2rfUCMm+hEcv+9TTnkLLuDesGojuRrgkJ2q3WG7LSItsMPX2NUKxRt1pSt8CKn7W4Apvir2GZbrc7OPUWmoTUH3HYzl1h3B6UA0QqBuVdusFynVhAZfqVVBMLLa8uuSxD3TdU1smw1LBCGQ91+MAB50IHuyK9RnRd81ILyhVST//JJSwTZbdqBBGZkpfBiu1pHbqvT52/pQW/7A4nvCd1SVNZ0AkzpJSh+0g5Wb0hL84eUloN0npn2nOuPHjR9nGH9A5fRB18eLEyt2Z4k2vosQg2z9fi4X6nOtXHnpXaX16bdt/w9nrY/tEwdB2D9YWc0ZeUyXWa8H820uArIvYZfDu6tgu7Tl1JZGAjkKQ7ABGl0Vt4tITpDfU+nAkfxa7BiTIxcfSNd+t5shqkDrluODSnuOMX5x5ahUmfKs1LZMsukFGC6IbvTFmtPTxcMzxgLsj4ncoryp4iQDM6KJE/9s/LeVB/1OT/+oZ4bRu58a/7U=----ATTACHMENT:----Mjc2Mjk0NDcwNjQ1MTYyMCA1MTA5NzU1OTY3Mzc4NTkzIDk0MDcxMzM3NjM0NzgyNDk=