Source for file ResProperty.php

Documentation is available at ResProperty.php

  1. <?PHP
  2. // ----------------------------------------------------------------------------------
  3. // Class: ResProperty
  4. // ----------------------------------------------------------------------------------
  5.  
  6.  
  7.  
  8. /**
  9. * An RDF Property.
  10. *
  11. * <BR><BR>History:<UL>
  12. * <LI>09-10-2004 : First version of this class.</LI>
  13. *
  14. * @version V0.9.1
  15. * @author Daniel Westphal <mail at d-westphal dot de>
  16. *
  17. *
  18. * @package resModel
  19. * @access public
  20. ***/
  21. class ResProperty extends ResResource
  22. {
  23. /**
  24. * Constructor
  25. * You can supply a URI
  26. *
  27. * @param string $uri
  28. * @access public
  29. */
  30. function ResProperty($uri)
  31. {
  32. parent::ResResource($uri);
  33. }
  34. }
  35. ?>

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