Source for file PrimitiveIO_Authoritative_strings.classes.php

Documentation is available at PrimitiveIO_Authoritative_strings.classes.php

  1. <?php
  2. /**
  3. * @package polyphony.datamanager_gui
  4. *
  5. * @copyright Copyright &copy; 2005, Middlebury College
  6. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  7. *
  8. * @version $Id: PrimitiveIO_Authoritative_strings.classes.php,v 1.4 2007/09/19 14:04:44 adamfranco Exp $
  9. */
  10.  
  11. /**
  12. *
  13. *
  14. * @package polyphony.datamanager_gui
  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: PrimitiveIO_Authoritative_strings.classes.php,v 1.4 2007/09/19 14:04:44 adamfranco Exp $
  20. */
  21. class PrimitiveIO_Authoritative_string
  22. extends PrimitiveIO_Authoritative
  23. /* implements PrimitiveIO */
  24. {
  25.  
  26. /**
  27. * Returns the values of wizard-components. Should return an array if children are involved,
  28. * otherwise a whatever type of object is expected.
  29. * @access public
  30. * @return mixed
  31. */
  32. function getAllValues () {
  33. if ($this->_value == '_starting_display') {
  34. $null = null;
  35. return $null;
  36. }
  37. $obj = new String($this->_value?$this->_value:"");
  38. return $obj;
  39. }
  40. }
  41.  
  42. /**
  43. *
  44. * @package polyphony.datamanager_gui
  45. */
  46. class PrimitiveIO_Authoritative_shortstring
  47. extends PrimitiveIO_Authoritative_string
  48. {}

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