/php/complex_handbook_topic_form.class.php

https://bitbucket.org/chamilo/chamilo-handbook-topic-dev/ · PHP · 15 lines · 7 code · 4 blank · 4 comment · 0 complexity · 10a74164ed6c5f82f425ad12d2283fa0 MD5 · raw file

  1. <?php
  2. namespace repository\content_object\handbook_topic;
  3. use repository\ComplexContentObjectItemForm;
  4. /**
  5. * $Id: complex_handbook_topic_form.class.php 200 2009-11-13 12:30:04Z kariboe $
  6. * @package repository.lib.content_object.handbook_topic
  7. */
  8. class ComplexHandbookTopicForm extends ComplexContentObjectItemForm
  9. {
  10. }
  11. ?>