mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
bug #30291, again. added public, private, protected, abstract, extends,
implements, interface git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169640 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c90f94738a
commit
375cd522c9
1 changed files with 32 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.47 $ -->
|
||||
<!-- $Revision: 1.48 $ -->
|
||||
|
||||
<appendix id="reserved">
|
||||
<title>List of Reserved Words</title>
|
||||
|
@ -212,6 +212,37 @@
|
|||
<link linkend="reserved.classes.php5">php_user_filter</link>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<link linkend="language.oop5.interfaces">interface</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="language.oop5.interfaces">implements</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="language.oop5.basic">extends</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="language.oop5.visibility">public</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="language.oop5.visibility">private</link>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<link linkend="language.oop5.visibility">protected</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="language.oop5.abstract">abstract</link>
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue