course_entity_repository.class.php 353 B

1234567891011121314151617
  1. <?php
  2. /*
  3. * To change this template, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. /**
  7. * Description of course_entity_repository
  8. *
  9. * @license see /license.txt
  10. * @author Laurent Opprecht <laurent@opprecht.info> for the Univesity of Geneva
  11. */
  12. class CourseEntityRepository extends EntityRepository
  13. {
  14. //put your code here
  15. }