Skip to content

moodle-1.25 #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions h5peditor-ajax.class.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Moodle;

abstract class H5PEditorEndpoints {

/**
Expand Down
1 change: 1 addition & 0 deletions h5peditor-ajax.interface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

namespace Moodle;

/**
* Handles Ajax functionality that must be implemented separately for each of the
Expand Down
2 changes: 2 additions & 0 deletions h5peditor-file.class.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Moodle;

/**
* Class
*/
Expand Down
2 changes: 2 additions & 0 deletions h5peditor-storage.interface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Moodle;

/**
* A defined interface for the editor to communicate with the database of the
* web system.
Expand Down
2 changes: 2 additions & 0 deletions h5peditor.class.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Moodle;

class H5peditor {

private static $hasWYSIWYGEditor = array(
Expand Down