be.inc.php 417 B

12345678910
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. // include this file to have access to all backend classes
  4. // @author Bert Steppé
  5. require_once ('be/gradebookitem.class.php');
  6. require_once ('be/category.class.php');
  7. require_once ('be/evaluation.class.php');
  8. require_once ('be/result.class.php');
  9. require_once ('be/linkfactory.class.php'); // this contains the include declarations
  10. // to all link classes