We're going to need authors

pull/17/head
Frode Petterson 2016-02-09 10:55:44 +01:00
parent cf3373d4ee
commit b16b0c1e0b
1 changed files with 6 additions and 0 deletions

View File

@ -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();
} }
/** /**