From 426a08e33ec8c5481971b66952ff33d0427cbf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20J=C3=B8rgensen?= Date: Tue, 19 Aug 2014 10:14:55 +0200 Subject: [PATCH] Added loadLibraries() to interface --- h5p.classes.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/h5p.classes.php b/h5p.classes.php index ea447f7..2266d8f 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -55,6 +55,13 @@ interface H5PFrameworkInterface { * @return string Path to the last uploaded h5p */ 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