Corrected file storage interface
parent
a36b2f1212
commit
51698d325b
|
@ -150,7 +150,7 @@ interface H5PFileStorage {
|
||||||
* Used when saving content.
|
* Used when saving content.
|
||||||
*
|
*
|
||||||
* @param string $file path + name
|
* @param string $file path + name
|
||||||
* @param int $contentid
|
* @param int $contentId
|
||||||
* @return string|int File ID or NULL if not found
|
* @return string|int File ID or NULL if not found
|
||||||
*/
|
*/
|
||||||
public function getContentFile($file, $contentId);
|
public function getContentFile($file, $contentId);
|
||||||
|
@ -160,8 +160,7 @@ interface H5PFileStorage {
|
||||||
* Used when saving content.
|
* Used when saving content.
|
||||||
*
|
*
|
||||||
* @param string $file path + name
|
* @param string $file path + name
|
||||||
* @param int $contentid
|
* @param int $contentId
|
||||||
* @return string|int File ID or NULL if not found
|
|
||||||
*/
|
*/
|
||||||
public function removeContentFile($file, $contentId);
|
public function removeContentFile($file, $contentId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue