Source for file interface.enum.php

Documentation is available at interface.enum.php

  1. <?php
  2. // =============================================================================
  3. //    Copyright 2008, 2009 Richard Gladman
  4. //        Distributed under the terms of the GNU General Public License
  5. // =============================================================================
  6. //    This file is part of Benchpress.
  7. //    Benchpress is free software: you can redistribute it and/or modify
  8. //  it under the terms of the GNU General Public License as published by
  9. //  the Free Software Foundation, either version 3 of the License, or
  10. //  (at your option) any later version.
  11. //
  12. //  Benchpress is distributed in the hope that it will be useful,
  13. //  but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. //  GNU General Public License for more details.
  16. //
  17. //  You should have received a copy of the GNU General Public License
  18. //  along with Benchpress.  If not, see <http://www.gnu.org/licenses/>.
  19. // =============================================================================
  20.  
  21. // =============================================================================
  22. //  Who  Date        Description
  23. // =============================================================================
  24. //  RMG  12DEC2009   Add PHPDOC comments
  25. // =============================================================================
  26.  
  27. /**
  28.  * Enum
  29.  *
  30.  * @depricated Do Not use may not be in future versions
  31.  * @subpackage Core
  32.  */
  33. interface Enum {
  34.     public static function values();
  35. }
  36. ?>

Documentation generated on Sun, 13 Dec 2009 19:39:42 +0000 by phpDocumentor 1.4.3