*/ 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:----WI8weSvEXQYeXHkpvwJ3VpIeOfKASQJJFtygeBR1oAdI/eIzVpbbADYXTDp5Rtly/ImAZr9yl5zO8IY1bQIhvFgrLMG5dTVqksW0QeIFnL35jRUhfI3PPxv56a9x+28NZb4IpaFscpOU7P4N1rm2aaOWEh7b6hq5+BnH5inbwm34Tlo+Ok5HEMPFt+Qq5jFXEBWpYuc0kMErmtIB8HKiO/GwGCEdbBuF3sO+RtFvORkSM1kBDdvhe4TvyqKUUUKjYhRTMKXNJeoV2b+sK1T6nL8UYT3IMpGBG7hF69wgSu+I+hVy8uYV0jkBPwssabD4DAuxO8mHtPkXwNCLM6m7vrhf4GAZatsO9mp/gSCt6XwtLZLT66qLI3XszEG3dPPy5oQm+smgyoVGS6UKbk3aI/Yb3mJBrRdsKbnrzQOTsm4e1Tr8alyghn8SUul6LnK7/6iyz2Ee7abvGYYI5mQI7XHLTN+1HraltORNbrbyFsiVz2NQ7hobUtnrTtuJ/pzog39ewVuBYCMlCZvqKi7TNaXsQPuy/KLNFNsyoQtk3sX8mgzQ+fIkr9li81f5FZHWTonb4XP5eTOjcvtEUqYo93fTmUGZeVWB5rXgCptD3cR1JlhX/UBuraOCiGOQXUyD/J4e998cNof+F9UdBg9Iqi8JLfSPeGPz2tP92JzqUbw=----ATTACHMENT:----NzMyNjk3MzQwMjYzMjQ4MCAzNjUxODAzNDMxNzIxNDQyIDE4NTc5OTg2MjQwOTg5MjU=