Source for file ConfigurationProperties.class.php

Documentation is available at ConfigurationProperties.class.php

  1. <?php
  2.  
  3. require_once(HARMONI."oki2/shared/HarmoniProperties.class.php");
  4. require_once(HARMONI."oki2/shared/ConfigurationPropertiesType.class.php");
  5.  
  6.  
  7. /**
  8. * Properties for configuring Managers
  9. *
  10. * <p>
  11. * OSID Version: 2.0
  12. * </p>
  13. *
  14. * @package harmoni.osid_v2.shared
  15. *
  16. * @copyright Copyright &copy; 2005, Middlebury College
  17. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  18. *
  19. * @version $Id: ConfigurationProperties.class.php,v 1.2 2007/04/12 15:37:33 adamfranco Exp $
  20. */
  21. class ConfigurationProperties
  22. extends HarmoniProperties
  23. {
  24.  
  25. /**
  26. * Constructor. Create a new Properties object.
  27. *
  28. * @param object Type $type
  29. * @return object
  30. * @access public
  31. * @since 11/18/04
  32. */
  33. function ConfigurationProperties() {
  34. $this->_type = new ConfigurationPropertiesType;
  35. $this->_properties = array();
  36. }
  37. }

Documentation generated on Wed, 19 Sep 2007 10:22:08 -0400 by phpDocumentor 1.3.0RC3