BUGFIX: The saveLibraryData method is assumed to have a argument, include in Interface

namespaces
Frank Ronny Larsen 2013-08-13 14:16:56 +02:00
parent c53ce16ef0
commit 676edc5eec
1 changed files with 3 additions and 1 deletions

View File

@ -107,8 +107,10 @@ interface H5PFrameworkInterface {
*
* @param object $libraryData
* Object holding the information that is to be stored
*
* @todo Describe object structure and members so new implementors know what to look for
*/
public function saveLibraryData(&$libraryData);
public function saveLibraryData(&$libraryData, $new = TRUE);
/**
* Stores contentData