From aa334832243e7eb817bd8c21d4cccde37418071b Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 17 Sep 2009 05:02:35 +0000 Subject: [PATCH] Add documentation stub for ReflectionMethod::setAccessible(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288395 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../reflectionmethod/setaccessible.xml | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 reference/reflection/reflectionmethod/setaccessible.xml diff --git a/reference/reflection/reflectionmethod/setaccessible.xml b/reference/reflection/reflectionmethod/setaccessible.xml new file mode 100644 index 0000000000..16abcdf4d4 --- /dev/null +++ b/reference/reflection/reflectionmethod/setaccessible.xml @@ -0,0 +1,75 @@ + + + + + + ReflectionMethod::setAccessible + Set method accessibility + + + + &reftitle.description; + + public voidReflectionMethod::setAccessible + boolaccessible + + + Sets a method to be accessible. For example, it may allow protected + and private methods to be invoked. + + + + + &reftitle.parameters; + + + + accessible + + + &true; to allow accessibility, or &false;. + + + + + + + + + &reftitle.returnvalues; + + &return.void; + + + + + &reftitle.seealso; + + + ReflectionMethod::isPrivate + ReflectionMethod::isProtected + + + + + +