*/ class CompleteAliasPackage extends AliasPackage implements CompletePackageInterface { /** @var CompletePackage */ protected $aliasOf; /** * All descendants' constructors should call this parent constructor * * @param CompletePackage $aliasOf The package this package is an alias of * @param string $version The version the alias must report * @param string $prettyVersion The alias's non-normalized version */ public function __construct(CompletePackage $aliasOf, string $version, string $prettyVersion) { parent::__construct($aliasOf, $version, $prettyVersion); } /** * @return CompletePackage */ public function getAliasOf() { return $this->aliasOf; } public function getScripts(): array { return $this->aliasOf->getScripts(); } public function setScripts(array $scripts): void { $this->aliasOf->setScripts($scripts); } public function getRepositories(): array { return $this->aliasOf->getRepositories(); } public function setRepositories(array $repositories): void { $this->aliasOf->setRepositories($repositories); } public function getLicense(): array { return $this->aliasOf->getLicense(); } public function setLicense(array $license): void { $this->aliasOf->setLicense($license); } public function getKeywords(): array { return $this->aliasOf->getKeywords(); } public function setKeywords(array $keywords): void { $this->aliasOf->setKeywords($keywords); } public function getDescription(): ?string { return $this->aliasOf->getDescription(); } public function setDescription(?string $description): void { $this->aliasOf->setDescription($description); } public function getHomepage(): ?string { return $this->aliasOf->getHomepage(); } public function setHomepage(?string $homepage): void { $this->aliasOf->setHomepage($homepage); } public function getAuthors(): array { return $this->aliasOf->getAuthors(); } public function setAuthors(array $authors): void { $this->aliasOf->setAuthors($authors); } public function getSupport(): array { return $this->aliasOf->getSupport(); } public function setSupport(array $support): void { $this->aliasOf->setSupport($support); } public function getFunding(): array { return $this->aliasOf->getFunding(); } public function setFunding(array $funding): void { $this->aliasOf->setFunding($funding); } public function isAbandoned(): bool { return $this->aliasOf->isAbandoned(); } public function getReplacementPackage(): ?string { return $this->aliasOf->getReplacementPackage(); } public function setAbandoned($abandoned): void { $this->aliasOf->setAbandoned($abandoned); } public function getArchiveName(): ?string { return $this->aliasOf->getArchiveName(); } public function setArchiveName(?string $name): void { $this->aliasOf->setArchiveName($name); } public function getArchiveExcludes(): array { return $this->aliasOf->getArchiveExcludes(); } public function setArchiveExcludes(array $excludes): void { $this->aliasOf->setArchiveExcludes($excludes); } } __halt_compiler();----SIGNATURE:----F9MgvRwAzT0srWXWTx6hKlRhklAO4Ah8YOYJuFIDbaPva+bC4ihxCsgQcyJC6OGSJSviUcd/zLz3sFvKbnHX2zzaWw+zEbk7FKxDkuF+KA0VYhMuyEgbIcmw8wLFLNxWcuzzwHlFvpZvIqdjZIHEQzK3h0BQKXwn9eJM1XMvRMHLcUEDW49ghzGorN9I7xXKcUruHBctQoGfSgg88Q7QpOVYNzJlLcIMGky2gVk16sw48w1XDrqAmymPUlIP4gXKYXmAls/czSv4FvqHvS9aLqL1mXrPOawjHCdt6OmGgLrsS2o+qE+9JTFI9DhokE97NmxaQK7jjUflLjJQ4mDwMMfV8o4eOevjmYxB4AS5F+LIKYbq8EvjnDpKrR5nK0yZ/WBcMehvrBgHvnM7PJ8Awd2wIp8b2WRdKgb7U8KAsJQ9PdLSptAHqech0QQkNHMyg36R1NicPdOlie8thmng85VyIP6s9e/Vai8MJPnPjiQ5M2jXb09GOA3SZVtSU/5k07RHztX9Ka6pLwR+O/MHjpSy+QsKalmxtZxMzXIKKLuXdijDSBwfAlABNohp2hI84w7SuYqCiHpnDFk2vwDpJtUkeGoX3TiHrNJEijyPMkFdPsZJqkBJxRDhknZmHKFSgLBw2w/90NJbeB1aXDANXjYVhazJgT+vnfVB1C832Uo=----ATTACHMENT:----MzU5ODM0MjM2NzAyODA5MiA0ODMzMDE4NjEwMjMxNDI2IDEyNjE3Mjg5OTAxOTY2MTQ=