Source for file PrimitiveIO.interface.php

Documentation is available at PrimitiveIO.interface.php

  1. <?php
  2.  
  3. /**
  4. * @package polyphony.datamanager_gui
  5. * @copyright Copyright &copy; 2005, Middlebury College
  6. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  7. * @version $Id: PrimitiveIO.interface.php,v 1.9 2007/09/19 14:04:44 adamfranco Exp $
  8. ***/
  9.  
  10. /**
  11. * Defines an interface for PrimitiveIO classes that allow interfacing between the {@link DataManager} and the {@link Wizard}.
  12. * Each PrimitiveIO class handles one data type (eg, "string" or "integer").
  13. *
  14. * @package polyphony.datamanager_gui
  15. * @copyright Copyright &copy; 2005, Middlebury College
  16. * @author Gabriel Schine
  17. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  18. * @version $Id: PrimitiveIO.interface.php,v 1.9 2007/09/19 14:04:44 adamfranco Exp $
  19. */
  20. abstract class PrimitiveIO extends WizardComponent
  21. {
  22. /**
  23. * Sets the value of this Component to the {@link SObject} passed.
  24. * @param ref object $value The {@link SObject} value to use.
  25. *
  26. * @return void
  27. ***/
  28. abstract function setValue($value);
  29.  
  30.  
  31. ?>

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