Source for file ResBag.php

Documentation is available at ResBag.php

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

Documentation generated on Fri, 17 Dec 2004 16:17:45 +0100 by phpDocumentor 1.3.0RC3