phpDocumentor 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 Tue, 24 Oct 2006 09:21:15 -0500 by phpDocumentor 1.3.1