/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

  1. <?php
  2. namespace repository\content_object\note;
  3. use repository\ContentObjectDifferenceDisplay;
  4. /**
  5. * $Id: note_difference_display.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 display the difference between notes
  10. */
  11. class NoteDifferenceDisplay extends ContentObjectDifferenceDisplay
  12. {
  13. }
  14. ?>