Source for file ResBag.php

Documentation is available at ResBag.php

  1. <?php
  2. // ----------------------------------------------------------------------------------
  3. // Class: ResBag
  4. // ----------------------------------------------------------------------------------
  5.  
  6. /**
  7. * This interface defines methods for accessing RDF Bag resources.
  8. * These methods operate on the RDF statements contained in a model.
  9. *
  10. @version  $Id: fsource_resModel__resModelResBag.php.html 443 2007-06-01 16:25:38Z cax $
  11. @author Daniel Westphal <mail at d-westphal dot de>
  12. *
  13. @package     resModel
  14. @access    public
  15. ***/
  16. class ResBag extends ResContainer 
  17. {
  18.     
  19.     /**
  20.     * Constructor
  21.     * You can supply a URI
  22.     *
  23.     * @param string $uri 
  24.     * @access    public
  25.     */        
  26.     function ResBag($uri null)
  27.     {
  28.         parent::ResContainer($uri);
  29.         $this->containerType=new ResResource(RDF_NAMESPACE_URI.RDF_BAG);
  30.     }
  31. }
  32. ?>

Documentation generated on Fri, 1 Jun 2007 16:51:21 +0200 by phpDocumentor 1.3.2