* @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:----r38z3Uk1aBffD7dN5psjUsSGH9iPXe7Egu4wHtW33N6/UWJEG6eJZw+waWAUD/UqjMoFXt95gdZBbxl2obuIzG0lzkI+oJGYEPA3ZfqDiV5rH6IGN/roRDGx1UKVvoKjvB8EaCe/c4FwxmDIIIdnxJCvfk2b3HMq9fs87oPQgc+zLGF6ukhDpNLMMDVH15KhKOL9XYBKKJFvNDz4tQcGWionLgdxMdkPZS8ItZCsIQTlVQLOcwhRpvM16+4HtEK5v6fnS9e8+osDsVz7NtCnpDgtQEdJn3QSCWidfWI+2MSHOkCKBjbPF73hrQZ9uTEQUN651hLyFuOOp8VT4v4IQlBFgK7jq0ta2trZX0V8OmUnfDfMib5FWeBWJTgFTWfm8Ee1rf9xrlQrf/HW/RmOzHjkxli8kmItw2k48LE8TQ3akuWV+cpW3/GoQ9dhZsbQY1F1k3ko8Ts+RwSBjl2tc7OnXMzpMqo+EmyJrhdg4YX5PrwEaWLGKmT9Tyi0u08bh+FLvPyZ8HLKkCLiabCUym/8kwcLoCYtzBWJqUJRSNwaOST3A1k8z0bbsMaAKx2LoUXrFrVsS2CthXE9BPZAiLtYDD0OfuLyEOk4DHolKQ3hBwEEhB7DD2jirJovnbgO20gO+B1+NLXOy3P18bNjH3C/d7+nszHFQTtQ5CVxiKo=----ATTACHMENT:----OTI0NDg0NjUyMDQ1MzY2NSA4ODk3OTYyNjM0MjM2MDI2IDQ5MTc4OTU4Mzg4MTI5NzY=