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