mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed PHP bug #51664 (Interfaces page gives unclear information about class constants)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298601 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3676a17188
commit
e209aa52df
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@
|
|||
<title><literal>Constants</literal></title>
|
||||
<para>
|
||||
Its possible for interfaces to have constants. Interface constants works exactly
|
||||
like <link linkend="language.oop5.constants">class constants</link>. They cannot
|
||||
be overridden by a class/interface that inherits it.
|
||||
like <link linkend="language.oop5.constants">class constants</link> except
|
||||
they cannot be overridden by a class/interface that inherits it.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 xml:id="language.oop5.interfaces.examples">
|
||||
|
|
Loading…
Reference in a new issue