diff options
author | ctrlaltca@gmail.com <> | 2011-11-19 11:05:46 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-11-19 11:05:46 +0000 |
commit | 1f09b786730956d01c48a82272617a0f8b2597f0 (patch) | |
tree | fe733def390a3c7ec41933ef4a55c06cf403e9f4 /buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php | |
parent | d840107832b1f59a9fc3b93ffb97ef976be1b83c (diff) |
updating phpDocumentor, part 1: removal of the old version
Diffstat (limited to 'buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php')
-rw-r--r-- | buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php b/buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php deleted file mode 100644 index 20919a99..00000000 --- a/buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php
-
-/**
- * Clone an object in PHP 5
- * @param object
- * @return object
- * @ignore
- */
-function phpDocumentor_clone($obj)
-{
- return clone $obj;
-}
-
-?>
\ No newline at end of file |