From 218777772084e34bb1e480d739e513419153358b Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Mon, 12 Aug 2013 08:11:11 +0200 Subject: [PATCH] Add development mode --- h5p.classes.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/h5p.classes.php b/h5p.classes.php index 97c7064..f86f8e0 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -90,6 +90,15 @@ interface H5PFrameworkInterface { * FALSE otherwise */ public function isPatchedLibrary($library); + + /** + * Is H5P in development mode? + * + * @return boolean + * TRUE if H5P development mode is active + * FALSE otherwise + */ + public function isInDevMode(); /** * Is the current user allowed to update libraries?