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:
Daniel Egeberg 2010-04-26 16:26:50 +00:00
parent 3676a17188
commit e209aa52df

View file

@ -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">