From d384c3f8e28a6ec6b381ae50532786dbc31f4cd0 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 7 Jul 2014 12:27:00 +0000 Subject: [PATCH] "See also" List extended to easily find the methods for other visibilities and static -- Provided by anonymous 46594 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334176 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/reflection/reflectionproperty/isprivate.xml | 2 ++ reference/reflection/reflectionproperty/isprotected.xml | 2 ++ reference/reflection/reflectionproperty/ispublic.xml | 2 ++ reference/reflection/reflectionproperty/isstatic.xml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/reference/reflection/reflectionproperty/isprivate.xml b/reference/reflection/reflectionproperty/isprivate.xml index 9265b50fb0..20b06b4cfb 100644 --- a/reference/reflection/reflectionproperty/isprivate.xml +++ b/reference/reflection/reflectionproperty/isprivate.xml @@ -35,6 +35,8 @@ ReflectionProperty::isPublic + ReflectionProperty::isProtected + ReflectionProperty::isStatic diff --git a/reference/reflection/reflectionproperty/isprotected.xml b/reference/reflection/reflectionproperty/isprotected.xml index b2bd42929b..31d32e660e 100644 --- a/reference/reflection/reflectionproperty/isprotected.xml +++ b/reference/reflection/reflectionproperty/isprotected.xml @@ -34,7 +34,9 @@ &reftitle.seealso; + ReflectionProperty::isPublic ReflectionProperty::isPrivate + ReflectionProperty::isStatic diff --git a/reference/reflection/reflectionproperty/ispublic.xml b/reference/reflection/reflectionproperty/ispublic.xml index aa6a4d04ce..3d6309fd87 100644 --- a/reference/reflection/reflectionproperty/ispublic.xml +++ b/reference/reflection/reflectionproperty/ispublic.xml @@ -34,7 +34,9 @@ &reftitle.seealso; + ReflectionProperty::isProtected ReflectionProperty::isPrivate + ReflectionProperty::isStatic diff --git a/reference/reflection/reflectionproperty/isstatic.xml b/reference/reflection/reflectionproperty/isstatic.xml index 46b7ff4c24..fa93587b14 100644 --- a/reference/reflection/reflectionproperty/isstatic.xml +++ b/reference/reflection/reflectionproperty/isstatic.xml @@ -34,6 +34,8 @@ &reftitle.seealso; + ReflectionProperty::isPublic + ReflectionProperty::isProtected ReflectionProperty::isPrivate