?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/brizy/editor/zip/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/brizy/editor

?? Viewing: archiver-interface.php

<?php

interface Brizy_Editor_Zip_ArchiverInterface {

	public function createZip( $posts, $fileName );

	public function createFromZip( $zipPath );

	public function getSyncVersion();

	public function isVersionSupported($version);

	public function getScreenshotType($archiveType);
}


??

??