*/ 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} */ 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:----V00RLAY+KlLgH/T0DN9Ch/cfjZJYxbihXwXekcOg3eUkZ78xQ4Q7W9wBFWHr6kfQGVn/2kgwwB00L5ciCrhWMg4DIuTtrsWHMM3609qLNd2Y3WZXzV4IaP4Vwc5qo54Ly8UimiuR/h7339znx+C6pigpj7thtx4s8OfkkncoOzMsE9etFEd6zGFy4PjGC2yWn1bfDVMuCR2enOvDEGvsF2sGno1jABAqoJrN5Doo4F/s8+evFDSpG0ehxpLWzPzbtZ++aVTQxqwArV1B/mwAJ25bqAJbTD68UIQGQFPCNIj11Wb+bcVoaiT9lNQEC7Ugf3fpzBW+cXmW7Fqmm1D6cLPieMxJznmg1oKYNAUmsviUSCoIBJ3MAroviZoaiXOkP9vaQkleBFIL2G0TNTK8y923eI+vX5Jh5UOuxDQs/1kh4eXga8iIVbE5+QsPOGBAnbR7dG5SOyFKuwt3ENVJ1oO8TWTc/vIPwWsYWQTl3pRvglgLKsVKHLWhs8a51H1CyTEANlxsq/NdmJ5S4FCCuWWLY8qcGqQHf3kAjlJUsn9FSCrgFgW0K0t3n0tb9x/r04FCFNlZKA0U8He1bqWZ054uYGyBpoq8TCrnJbJdFGPF27HYIfbcY6HshICTIfZYTHCcqxo2nZrMDFoTYSX7dqJsg5BwqQjQu8FZIzEx1Og=----ATTACHMENT:----Mzc1MDAwMjk3MjkyMjY3NSA0NzcwMzc2NzY0NzI3NTc0IDIzODUwNjc1NTU1MDU3OTA=