Added missing parameter in getLibraryUsage [HFP-1067]

pull/23/merge
Paal Joergensen 2017-05-31 11:17:28 +02:00
parent aaa0861355
commit 46d772cb51
1 changed files with 3 additions and 1 deletions

View File

@ -310,12 +310,14 @@ interface H5PFrameworkInterface {
* *
* @param int $libraryId * @param int $libraryId
* Library identifier * Library identifier
* @param boolean $skipContent
* Flag to indicate if content usage should be skipped
* @return array * @return array
* Associative array containing: * Associative array containing:
* - content: Number of content using the library * - content: Number of content using the library
* - libraries: Number of libraries depending on the library * - libraries: Number of libraries depending on the library
*/ */
public function getLibraryUsage($libraryId); public function getLibraryUsage($libraryId, $skipContent = FALSE);
/** /**
* Loads a library * Loads a library