Enum_College.php 447 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /*
  3. * To change this license header, choose License Headers in Project Properties.
  4. * To change this template file, choose Tools | Templates
  5. * and open the template in the editor.
  6. */
  7. namespace loyalsoft;
  8. /**
  9. * Description of Enum_College
  10. *
  11. * @author cyzhao
  12. */
  13. class Enum_College extends Enum{
  14. /**
  15. *
  16. */
  17. const none = 0;
  18. /**
  19. *
  20. */
  21. const update = 1;
  22. /**
  23. *
  24. */
  25. const finish= 2;
  26. }