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

Source for file clone5.inc.php

Documentation is available at clone5.inc.php

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

Documentation generated on Mon, 11 Mar 2019 14:58:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.