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. *
  10. @version  $Id: fsource_resModel__resModelResProperty.php.html,v 1.10 2006/06/26 12:34:14 tgauss Exp $
  11. @author Daniel Westphal <mail at d-westphal dot de>
  12. *
  13. *
  14. @package resModel
  15. @access    public
  16. ***/
  17. class ResProperty extends ResResource  
  18. {
  19.     
  20.     /**
  21.     * Constructor
  22.     * You can supply a URI
  23.     *
  24.     * @param string $uri 
  25.     * @access    public
  26.     */    
  27.     function ResProperty($uri)
  28.     {
  29.         parent::ResResource($uri);
  30.     }
  31. ?>

Documentation generated on Mon, 26 Jun 2006 14:26:11 +0200 by phpDocumentor 1.3.0RC6