Added missing parameter in getLibraryUsage [HFP-1067]
parent
aaa0861355
commit
46d772cb51
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue