From 9379cbf602362443f1084303c50234470acd15b7 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Fri, 19 Jul 2013 11:23:47 +0200 Subject: Add OC_Image to public api --- lib/public/image.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lib/public/image.php (limited to 'lib/public/image.php') diff --git a/lib/public/image.php b/lib/public/image.php new file mode 100644 index 00000000000..dcecc077e2f --- /dev/null +++ b/lib/public/image.php @@ -0,0 +1,29 @@ + +* +* This library is free software; you can redistribute it and/or +* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE +* License as published by the Free Software Foundation; either +* version 3 of the License, or any later version. +* +* This library is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU AFFERO GENERAL PUBLIC LICENSE for more details. +* +* You should have received a copy of the GNU Affero General Public +* License along with this library. If not, see . +* +*/ + +namespace OCP; + +/** + * This class provides functions to handle images + */ +class Image extends OC_Image { +} -- cgit v1.2.3