Added loadLibraries() to interface
parent
d3cd7aced4
commit
426a08e33e
|
@ -56,6 +56,13 @@ interface H5PFrameworkInterface {
|
||||||
*/
|
*/
|
||||||
public function getUploadedH5pPath();
|
public function getUploadedH5pPath();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the list of the current installed libraries
|
||||||
|
*
|
||||||
|
* @return array Associative array containg one item per machine name. This item contains an array of libraries.
|
||||||
|
*/
|
||||||
|
public function loadLibraries();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get id to an excisting library
|
* Get id to an excisting library
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue