Current path: home/webdevt/www/wdp/wp-content/plugins/brizy/editor/zip/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/brizy/editor
<?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);
}