Source for file Node.php

Documentation is available at Node.php

  1. <?php
  2. require_once RDFAPI_INCLUDE_DIR '/util/Object.php';
  3.  
  4. // ----------------------------------------------------------------------------------
  5. // Class: Node
  6. // ----------------------------------------------------------------------------------
  7.  
  8. /**
  9.  * An abstract RDF node.
  10.  * Can either be resource, literal or blank node.
  11.  * Node is used in some comparisons like is_a($obj, "Node"),
  12.  * meaning is $obj a resource, blank node or literal.
  13.  *
  14.  *
  15.  * @version $Id: fsource_model__modelNode.php.html 443 2007-06-01 16:25:38Z cax $
  16.  * @author Chris Bizer <chris@bizer.de>
  17.  * @package model
  18.  * @abstract
  19.  *
  20.  */
  21.  class Node extends Object {
  22.  // end:RDFNode
  23.  
  24.  
  25. ?>

Documentation generated on Fri, 1 Jun 2007 16:50:03 +0200 by phpDocumentor 1.3.2