Source for file Node.php

Documentation is available at Node.php

  1. <?php
  2.  
  3. // ----------------------------------------------------------------------------------
  4. // Class: Node
  5. // ----------------------------------------------------------------------------------
  6.  
  7. /**
  8. * An abstract RDF node.
  9. * Can either be resource, literal or blank node.
  10. * Node is used in some comparisons like is_a($obj, "Node"),
  11. * meaning is $obj a resource, blank node or literal.
  12. *
  13. * <BR><BR>History:<UL>
  14. * <li>09-10-2002 : First version of this class.</li>
  15. * </UL>
  16. *
  17. * @version V0.9.3
  18. * @author Chris Bizer <chris@bizer.de>
  19. *
  20. * @todo nothing
  21. * @package model
  22. * @abstract
  23. *
  24. */
  25. class Node extends Object {
  26. } // end:RDFNode
  27.  
  28.  
  29. ?>

Documentation generated on Fri, 13 Jan 2006 07:48:43 +0100 by phpDocumentor 1.3.0RC4