Add development mode
parent
c53ce16ef0
commit
2187777720
|
@ -91,6 +91,15 @@ interface H5PFrameworkInterface {
|
||||||
*/
|
*/
|
||||||
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?
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue