Documentation is available at registerPrimitives.inc.php
- <?php
- /**
- * @package harmoni.datamanager
- *
- * @copyright Copyright © 2005, Middlebury College
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
- *
- * @version $Id: registerPrimitives.inc.php,v 1.8 2007/04/12 15:37:24 adamfranco Exp $
- */
- $this->addDataType("integer","Integer","StorableInteger", "asAnInteger");
- $this->addDataType("string","String","StorableString", "asAString");
- $this->addDataType("blob","Blob","StorableBlob", "asABlob");
- $this->addDataType("shortstring","String","StorableShortString", "asAString");
- $this->addDataType("float","Float","StorableFloat", "asAFloat");
- $this->addDataType("boolean","Boolean","StorableBoolean", "asABoolean");
- $this->addDataType("datetime","DateAndTime","StorableTime", "asADateTime");
- $this->addDataType("okitype","Type","StorableOKIType", "asAnOKIType");
Documentation generated on Wed, 19 Sep 2007 10:25:55 -0400 by phpDocumentor 1.3.0RC3