first commit
This commit is contained in:
14
wp-content/plugins/brizy/editor/zip/archiver-interface.php
Normal file
14
wp-content/plugins/brizy/editor/zip/archiver-interface.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
interface Brizy_Editor_Zip_ArchiverInterface {
|
||||
|
||||
public function createZip( $posts, $fileName );
|
||||
|
||||
public function createFromZip( $zipPath );
|
||||
|
||||
public function getEditorVersion();
|
||||
|
||||
public function isVersionSupported($version);
|
||||
|
||||
public function getScreenshotType($archiveType);
|
||||
}
|
||||
Reference in New Issue
Block a user