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. * <BR><BR>History:<UL>
  11. * <LI>10-01-2004 : First version of this class.</LI>
  12. *
  13. * @version V0.9.3
  14. * @author Daniel Westphal <mail at d-westphal dot de>
  15. *
  16. * @package resModel
  17. * @access public
  18. ***/
  19. class ResBag extends ResContainer
  20. {
  21. /**
  22. * Constructor
  23. * You can supply a URI
  24. *
  25. * @param string $uri
  26. * @access public
  27. */
  28. function ResBag($uri = null)
  29. {
  30. parent::ResContainer($uri);
  31. $this->containerType=new ResResource(RDF_NAMESPACE_URI.RDF_BAG);
  32. }
  33. }
  34. ?>

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