Source for file ResProperty.php

Documentation is available at ResProperty.php

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

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