Add development mode

namespaces
Svein-Tore Griff With 2013-08-12 08:11:11 +02:00
parent c53ce16ef0
commit 2187777720
1 changed files with 9 additions and 0 deletions

View File

@ -90,6 +90,15 @@ interface H5PFrameworkInterface {
* FALSE otherwise * FALSE otherwise
*/ */
public function isPatchedLibrary($library); 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? * Is the current user allowed to update libraries?