Source for file registerPrimitives.inc.php

Documentation is available at registerPrimitives.inc.php

  1. <?php
  2. /**
  3. * @package harmoni.datamanager
  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: registerPrimitives.inc.php,v 1.8 2007/04/12 15:37:24 adamfranco Exp $
  9. */
  10. $this->addDataType("integer","Integer","StorableInteger", "asAnInteger");
  11. $this->addDataType("string","String","StorableString", "asAString");
  12. $this->addDataType("blob","Blob","StorableBlob", "asABlob");
  13. $this->addDataType("shortstring","String","StorableShortString", "asAString");
  14. $this->addDataType("float","Float","StorableFloat", "asAFloat");
  15. $this->addDataType("boolean","Boolean","StorableBoolean", "asABoolean");
  16. $this->addDataType("datetime","DateAndTime","StorableTime", "asADateTime");
  17. $this->addDataType("okitype","Type","StorableOKIType", "asAnOKIType");

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