phpDocumentor
[
class tree: phpDocumentor
] [
index: phpDocumentor
] [
all elements
]
phpDocumentor
INSTALL
FAQ
LICENSE
README
Release-1.3.1
Todo List
Packages:
phpDocumentor
Converters
Cpdf
HTML_TreeMenu
Smarty
tests
XML_Beautifier
Source for file clone.inc.php
Documentation is available at
clone.inc.php
<?php
/**
* Clone an object in PHP 4
*
@param
object
*
@return
object
*/
function
phpDocumentor_clone
(
$obj
)
{
return
$obj
;
}
?>
Documentation generated on Tue, 24 Oct 2006 09:21:15 -0500 by
phpDocumentor 1.3.1