*/ 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:----AiNNrkCdzMu9/Si71Sd78Bsyw7BePn1KJDusXSyB3diBCjN9Lqe/ZFJ1veHV/XYPIz93PZQz3CO4HEMP9tXclasE3evGsNt5rvIVe0HV6eW1A/Ws8Q4H3FktAEBYGCHrWeQczwbinicInricwVq5yU7rh9WQV1oDaCj+jfyaSTXi+GfLQjeSaB1BKVcfzO7gzK0/dm7+tTgcHjWgwGVn/3aljvQFvR7MvlfttOIot+oBffxDnm0/KKSflG/d5ye6n8WVMiddgl+ywBWsIYafZHixE5ixmRIEPBxm/aXjYq4KPtaElWCJ7ogVElZC75RRPEfPcA9u7lCkngL9w1GqiDNbhQIIGcvfnwAfbOaDg+UUdCF/uMKeK01WVrdq1J5uf1WaYAUNYo2lCLyCL7zZhpgzKz+VFEAl95zoyrrUjLu6NJhlwkeyaUtsEE/o0juIfJMGSlN2sQsOE/Yyd4lG1DNpUN+AQ3wVYSP1MG/AnlQXGwpa7//qnpOhmhZeDpPC2hi+1Q6fFvgqpeMrVw2jqWrRzc/SepG2FXLmFMbFj+2C9GGRU7RRYEaJ8YN34BD91stGiOigSdty9aqqqHYQtcD9m+r9Q48ohxURvt/Db4G0daOH1LAVVzMNLGpABZTOqvRy7rqCdoYDGy27JAo42y3LlEy7TAqJSlTwjqogrmA=----ATTACHMENT:----Nzg5OTYyMjgyNDQ1MTQwOCA5MzE5MjE2MDQ5MjQxNTYzIDUxNjc3NTE0ODMwNTcyMjI=