Skip to content

Commit 378899f

Browse files
committed
Plugin: H5P Import: #fix class declaration to be compatible with H5P library update - refs BT#22393
1 parent 7f4bd80 commit 378899f

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

plugin/h5pimport/src/H5pImplementation.php

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,32 @@ public function __construct(H5pImport $h5pImport)
1818
$this->h5pImportLibraries = $h5pImport->getLibraries();
1919
}
2020

21+
public function setContentHubMetadataChecked($time, $lang = 'en')
22+
{
23+
// TODO: Implement getPlatformInfo() method.
24+
}
25+
26+
public function getContentHubMetadataChecked($lang = 'en')
27+
{
28+
// TODO: Implement getPlatformInfo() method.
29+
}
30+
31+
public function getContentHubMetadataCache($lang = 'en')
32+
{
33+
// TODO: Implement getPlatformInfo() method.
34+
}
35+
36+
public function replaceContentHubMetadataCache($metadata, $lang)
37+
{
38+
// TODO: Implement getPlatformInfo() method.
39+
}
40+
2141
public function getPlatformInfo()
2242
{
2343
// TODO: Implement getPlatformInfo() method.
2444
}
2545

26-
public function fetchExternalData($url, $data = null, $blocking = true, $stream = null)
46+
public function fetchExternalData($url, $data = null, $blocking = true, $stream = null, $fullData = false, $headers = Array(), $files = Array(), $method = 'POST')
2747
{
2848
// TODO: Implement fetchExternalData() method.
2949
}

0 commit comments

Comments
 (0)