phpDocumentor phpDocumentor
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

Source for file clone.inc.php

Documentation is available at clone.inc.php

  1. <?php
  2.  
  3. /**
  4.  * Clone an object in PHP 4
  5.  * @param object 
  6.  * @return object 
  7.  */
  8. function phpDocumentor_clone($obj)
  9. {
  10.     return $obj;
  11. }
  12.  
  13. ?>

Documentation generated on Tue, 24 Oct 2006 09:21:15 -0500 by phpDocumentor 1.3.1