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