Skip to content
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