We're going to need authors
parent
cf3373d4ee
commit
b16b0c1e0b
|
@ -556,6 +556,12 @@ interface H5PFrameworkInterface {
|
||||||
* @return array Number values indexed by library name and version
|
* @return array Number values indexed by library name and version
|
||||||
*/
|
*/
|
||||||
public function getLibraryStats($type, $sub_type = '');
|
public function getLibraryStats($type, $sub_type = '');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Aggregate the current number of H5P authors
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getNumAuthors();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue