Documentation is available at PrimitiveIO_Authoritative_strings.classes.php
- <?php
- /**
- * @package polyphony.datamanager_gui
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: PrimitiveIO_Authoritative_strings.classes.php,v 1.4 2007/09/19 14:04:44 adamfranco Exp $
- */
- /**
- *
- *
- * @package polyphony.datamanager_gui
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: PrimitiveIO_Authoritative_strings.classes.php,v 1.4 2007/09/19 14:04:44 adamfranco Exp $
- */
- class PrimitiveIO_Authoritative_string
- extends PrimitiveIO_Authoritative
- /* implements PrimitiveIO */
- {
- /**
- * Returns the values of wizard-components. Should return an array if children are involved,
- * otherwise a whatever type of object is expected.
- * @access public
- * @return mixed
- */
- function getAllValues () {
- if ($this->_value == '_starting_display') {
- $null = null;
- return $null;
- }
- $obj = new String($this->_value?$this->_value:"");
- return $obj;
- }
- }
- /**
- *
- * @package polyphony.datamanager_gui
- */
- class PrimitiveIO_Authoritative_shortstring
- extends PrimitiveIO_Authoritative_string
- {}
Documentation generated on Wed, 19 Sep 2007 10:25:38 -0400 by phpDocumentor 1.3.0RC3