From b16b0c1e0ba5ebf58e421f29f133a7cef4494254 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 9 Feb 2016 10:55:44 +0100 Subject: [PATCH] We're going to need authors --- h5p.classes.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/h5p.classes.php b/h5p.classes.php index afad52f..6085b70 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -556,6 +556,12 @@ interface H5PFrameworkInterface { * @return array Number values indexed by library name and version */ public function getLibraryStats($type, $sub_type = ''); + + /** + * Aggregate the current number of H5P authors + * @return int + */ + public function getNumAuthors(); } /**