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 Mon, 11 Mar 2019 14:58:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.