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.  * 
  14.  * @version $Id: fsource_model__modelNode.php.html,v 1.10 2006/06/26 12:34:12 tgauss Exp $
  15.  * @author Chris Bizer <chris@bizer.de>
  16.  * @package model
  17.  * @abstract
  18.  *
  19.  */
  20.  class Node extends Object {
  21.  // end:RDFNode
  22.  
  23.  
  24. ?>

Documentation generated on Mon, 26 Jun 2006 14:25:43 +0200 by phpDocumentor 1.3.0RC6