From 7d5c7b8c2bbaa62b8b320ce90d3484524c7f3a5a Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Sun, 27 May 2012 22:52:04 +0000 Subject: [PATCH] Removed inaccessible __clone method from ReflectionClass. More likely to come in this regard. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325877 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../reflection/reflectionclass/clone.xml | 67 ------------------- reference/reflection/versions.xml | 1 - 2 files changed, 68 deletions(-) delete mode 100644 reference/reflection/reflectionclass/clone.xml diff --git a/reference/reflection/reflectionclass/clone.xml b/reference/reflection/reflectionclass/clone.xml deleted file mode 100644 index f2bc606a6b..0000000000 --- a/reference/reflection/reflectionclass/clone.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - ReflectionClass::__clone - Clones object - - - - &reftitle.description; - - final private voidReflectionClass::__clone - - - - Clones. - - - &warn.undocumented.func; - - - - - &reftitle.parameters; - &no.function.parameters; - - - - &reftitle.returnvalues; - - &return.void; - - - - - &reftitle.seealso; - - - ReflectionClass::__tostring - Object cloning - - - - - - - diff --git a/reference/reflection/versions.xml b/reference/reflection/versions.xml index 54fe78956f..4a8e5f47d9 100644 --- a/reference/reflection/versions.xml +++ b/reference/reflection/versions.xml @@ -134,7 +134,6 @@ -