diff options
Diffstat (limited to 'paste/include/storage/StorageEngine.php')
-rw-r--r-- | paste/include/storage/StorageEngine.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paste/include/storage/StorageEngine.php b/paste/include/storage/StorageEngine.php index 32eefdd..b0030d0 100644 --- a/paste/include/storage/StorageEngine.php +++ b/paste/include/storage/StorageEngine.php @@ -35,6 +35,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. abstract class StorageEngine { abstract public function setContent($content, $language, $nick, $description); + abstract public function getContent($pid); public function generateToken($name) { |