Home
last modified time | relevance | path

Searched refs:H5PFrameworkInterface (Results 1 – 15 of 15) sorted by relevance

/dports/www/moodle39/moodle/h5p/classes/
H A Dcore.php32 use H5PFrameworkInterface; alias
52 …* @param H5PFrameworkInterface $framework The frameworks implementation of the H5PFrameworkInterfa…
58 …public function __construct(H5PFrameworkInterface $framework, $path, string $url, string $language…
H A Dframework.php36 class framework implements \H5PFrameworkInterface {
/dports/www/moodle310/moodle/h5p/classes/
H A Dcore.php32 use Moodle\H5PFrameworkInterface; alias
53 …* @param H5PFrameworkInterface $framework The frameworks implementation of the H5PFrameworkInterfa…
59 …public function __construct(H5PFrameworkInterface $framework, $path, string $url, string $language…
H A Dframework.php27 use Moodle\H5PFrameworkInterface; alias
36 class framework implements H5PFrameworkInterface {
/dports/www/moodle311/moodle/h5p/classes/
H A Dcore.php32 use Moodle\H5PFrameworkInterface; alias
53 …* @param H5PFrameworkInterface $framework The frameworks implementation of the H5PFrameworkInterfa…
59 …public function __construct(H5PFrameworkInterface $framework, $path, string $url, string $language…
H A Dframework.php27 use Moodle\H5PFrameworkInterface; alias
36 class framework implements H5PFrameworkInterface {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/h5p/h5p-core/
H A Dh5p-development.class.php17 * @param H5PFrameworkInterface|object $H5PFramework
24 …public function __construct(H5PFrameworkInterface $H5PFramework, $filesPath, $language, $libraries…
H A Dh5p.classes.php5 interface H5PFrameworkInterface { interface
727 * @param H5PFrameworkInterface $H5PFramework
1343 * @param H5PFrameworkInterface|object $H5PFramework
1347 public function __construct(H5PFrameworkInterface $H5PFramework, H5PCore $H5PCore) {
1591 * @param H5PFrameworkInterface|object $H5PFramework
1596 public function __construct(H5PFrameworkInterface $H5PFramework, H5PCore $H5PCore) {
1900 * @param H5PFrameworkInterface $H5PFramework
1907 …public function __construct(H5PFrameworkInterface $H5PFramework, $path, $url, $language = 'en', $e…
/dports/www/moodle310/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p-development.class.php19 * @param H5PFrameworkInterface|object $H5PFramework
26 …public function __construct(H5PFrameworkInterface $H5PFramework, $filesPath, $language, $libraries…
H A Dh5p.classes.php10 interface H5PFrameworkInterface { interface
741 * @param H5PFrameworkInterface $H5PFramework
1498 * @param H5PFrameworkInterface|object $H5PFramework
1502 public function __construct(H5PFrameworkInterface $H5PFramework, H5PCore $H5PCore) {
1751 * @param H5PFrameworkInterface|object $H5PFramework
1756 public function __construct(H5PFrameworkInterface $H5PFramework, H5PCore $H5PCore) {
2063 * @param H5PFrameworkInterface $H5PFramework
2070 …public function __construct(H5PFrameworkInterface $H5PFramework, $path, $url, $language = 'en', $e…
/dports/www/moodle39/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p-development.class.php17 * @param H5PFrameworkInterface|object $H5PFramework
24 …public function __construct(H5PFrameworkInterface $H5PFramework, $filesPath, $language, $libraries…
H A Dh5p.classes.php5 interface H5PFrameworkInterface { interface
736 * @param H5PFrameworkInterface $H5PFramework
1493 * @param H5PFrameworkInterface|object $H5PFramework
1497 public function __construct(H5PFrameworkInterface $H5PFramework, H5PCore $H5PCore) {
1746 * @param H5PFrameworkInterface|object $H5PFramework
1751 public function __construct(H5PFrameworkInterface $H5PFramework, H5PCore $H5PCore) {
2058 * @param H5PFrameworkInterface $H5PFramework
2065 …public function __construct(H5PFrameworkInterface $H5PFramework, $path, $url, $language = 'en', $e…
/dports/www/moodle311/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p-development.class.php19 * @param H5PFrameworkInterface|object $H5PFramework
26 …public function __construct(H5PFrameworkInterface $H5PFramework, $filesPath, $language, $libraries…
H A Dh5p.classes.php10 interface H5PFrameworkInterface { interface
741 * @param H5PFrameworkInterface $H5PFramework
1498 * @param H5PFrameworkInterface|object $H5PFramework
1502 public function __construct(H5PFrameworkInterface $H5PFramework, H5PCore $H5PCore) {
1751 * @param H5PFrameworkInterface|object $H5PFramework
1756 public function __construct(H5PFrameworkInterface $H5PFramework, H5PCore $H5PCore) {
2063 * @param H5PFrameworkInterface $H5PFramework
2070 …public function __construct(H5PFrameworkInterface $H5PFramework, $path, $url, $language = 'en', $e…
/dports/www/tikiwiki/tiki-21.2/lib/core/H5P/
H A DH5PTiki.php14 class H5P_H5PTiki implements H5PFrameworkInterface