]> source.dussan.org Git - nextcloud-server.git/commit
Expose ZIP stat information
authorVincent Petry <vincent@nextcloud.com>
Mon, 11 Apr 2022 13:13:39 +0000 (15:13 +0200)
committerVincent Petry <vincent@nextcloud.com>
Mon, 11 Apr 2022 15:49:08 +0000 (17:49 +0200)
commitf5004e8f0c75b5aa8c8f603f9d62e371f121f1c2
treefa95567d44bc1ce5e90d19531617d890710b3252
parent2c0471176c6c562d43b7c871fba466574da3e630
Expose ZIP stat information

Add getStat to OC\Archive\Zip
Required to be able to read the mtime and other metadata.
To give direct access to mtime

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com>
lib/private/Archive/ZIP.php