model.class.php 208 B

1234567891011121314
  1. <?php
  2. namespace Shibboleth;
  3. /**
  4. * Description of model
  5. *
  6. * @license see /license.txt
  7. * @author Laurent Opprecht <laurent@opprecht.info>, Nicolas Rod for the University of Geneva
  8. */
  9. class Model
  10. {
  11. }