mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 01:49:40 +01:00
Merge branch 'master' of https://github.com/typecho/typecho
This commit is contained in:
commit
1e50409ce5
@ -1,26 +0,0 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Typecho_Storage_Adapter
|
||||
*
|
||||
* @copyright Copyright (c) 2012 Typecho Team. (http://typecho.org)
|
||||
* @author Joyqi <magike.net@gmail.com>
|
||||
* @license GNU General Public License 2.0
|
||||
*/
|
||||
interface Typecho_Storage_Adapter
|
||||
{
|
||||
public static function isAvailable();
|
||||
|
||||
public static function check(array $config);
|
||||
|
||||
public static function config(Typecho_Widget_Helper_Form $form);
|
||||
|
||||
public function get($path);
|
||||
|
||||
public function add($localPath);
|
||||
|
||||
public function set($path, $localPath);
|
||||
|
||||
public function delete($path);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user