/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

  1. <?php
  2. namespace repository\content_object\note;
  3. use repository\ContentObjectDifference;
  4. /**
  5. * $Id: note_difference.class.php 200 2009-11-13 12:30:04Z kariboe $
  6. * @package repository.lib.content_object.note
  7. */
  8. /**
  9. * This class can be used to get the difference between notes
  10. */
  11. class NoteDifference extends ContentObjectDifference
  12. {
  13. }
  14. ?>