/php/note_difference_display.class.php
https://bitbucket.org/chamilo/chamilo-handbook-topic-dev/ · PHP · 16 lines · 7 code · 2 blank · 7 comment · 0 complexity · 0a7dd245ae215a6a28525c255dd314f6 MD5 · raw file
- <?php
- namespace repository\content_object\note;
-
- use repository\ContentObjectDifferenceDisplay;
-
- /**
- * $Id: note_difference_display.class.php 200 2009-11-13 12:30:04Z kariboe $
- * @package repository.lib.content_object.note
- */
- /**
- * This class can be used to display the difference between notes
- */
- class NoteDifferenceDisplay extends ContentObjectDifferenceDisplay
- {
- }
- ?>