mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
"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
This commit is contained in:
parent
03a169f521
commit
d384c3f8e2
4 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
<para>
|
||||
<simplelist>
|
||||
<member><methodname>ReflectionProperty::isPublic</methodname></member>
|
||||
<member><methodname>ReflectionProperty::isProtected</methodname></member>
|
||||
<member><methodname>ReflectionProperty::isStatic</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -34,7 +34,9 @@
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><methodname>ReflectionProperty::isPublic</methodname></member>
|
||||
<member><methodname>ReflectionProperty::isPrivate</methodname></member>
|
||||
<member><methodname>ReflectionProperty::isStatic</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -34,7 +34,9 @@
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><methodname>ReflectionProperty::isProtected</methodname></member>
|
||||
<member><methodname>ReflectionProperty::isPrivate</methodname></member>
|
||||
<member><methodname>ReflectionProperty::isStatic</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><methodname>ReflectionProperty::isPublic</methodname></member>
|
||||
<member><methodname>ReflectionProperty::isProtected</methodname></member>
|
||||
<member><methodname>ReflectionProperty::isPrivate</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue