Source for file SObject.class.php

Documentation is available at SObject.class.php

  1. <?php
  2. /**
  3. * SObject (Squeak/Smalltalk-like object).
  4. *
  5. * In Smalltalk, all object share a common class, "Object", which defines common
  6. * methods for all objects. The SObject class holds a subset of those methods and
  7. * is a general-use class from which most other classes can extend.
  8. *
  9. * @since 7/13/05
  10. * @package harmoni.utilities
  11. *
  12. * @copyright Copyright &copy; 2005, Middlebury College
  13. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  14. *
  15. * @version $Id: SObject.class.php,v 1.1 2005/07/13 17:41:14 adamfranco Exp $
  16. */
  17.  
  18. require_once(HARMONI."chronology/SObject.class.php");
  19.  
  20. ?>

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