* @author Matthieu Moquet * @author Nils Adermann */ interface ArchiverInterface { /** * Create an archive from the sources. * * @param string $sources The sources directory * @param string $target The target file * @param string $format The format used for archive * @param string[] $excludes A list of patterns for files to exclude * @param bool $ignoreFilters Whether to ignore filters when looking for files * * @return string The path to the written archive file */ public function archive( string $sources, string $target, string $format, array $excludes = [], bool $ignoreFilters = false, ): string; /** * Format supported by the archiver. * * @param string $format The archive format * @param ?string $sourceType The source type (git, svn, hg, etc.) * * @return bool true if the format is supported by the archiver */ public function supports(string $format, ?string $sourceType): bool; }__halt_compiler();----SIGNATURE:----jJkqFLpeSa1eoTgoParwaXIQHsInX6IjLYxZAkaRixkDNFJ3mNhLei2jFYaJiNSanWpOf/hHxc+H6UQk7n5tV3+iDyFvVJ+vDKI+8rOYAsq6BE8RQ+tPfirpUwqPTB0HvNV/JQNu18MUszuLBQboWOxfvynQ/ksjAUFTRc9XOqSWaVeRjBW0+8VRjC3crOXTw5okV5sCFZuWAWJlqd6bRbG21+3cld9J81c+udiccuvH1qGJCbWe90iwx3ueKrAdZQdxgljrvVo1druiAI34ycCEQHzHDRryN/LrjOQCT8ASUaEqL5b8qijn+OPgdTwfuRrfIpDsUhbmRJeJ7J5jKMj7+6gnqLcCiPzU3DypauzJerfb7V1Ibjuee1KnUsmDgZpKffaKFNQvGeC/yerqed2I9DqV+n6H4jBpdK4lcJpIk1qUXloAuQQxSH0pcvHCcQBanJpfQEfdEK1vHy19HPZJ5dssAB03Y2LP5f6Omug1icT0Y4FDsPwS/EKjfQ/diDFFyGNB+wdnbho2LtGT/E/uQg02z8ofaLH6UjYRl2YdPn1LNCJMN8cg/49CDOP4KtkqncfyKjbDuLPtUV0UwGFqxkqedYxWmSX0GAZhwUGR4Rl3ficNjKEyaES0ddOkq6aOG5lIiSYnGmkqmW0rk7GyFdammc7cQf/WpJgFAhY=----ATTACHMENT:----NjIwMjk1NTE5NDAxMDc0NCA5MzYzODgwNTM5ODc3NjYxIDcwMjcwMTYyNDcxMDUxOTk=