For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > cvs: phpdoc /en/language/oop5 interfaces.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/language/oop5 interfaces.xml
Noel Forbes

2006-01-09, 8:02 pm

nforbes Fri Dec 30 03:45:11 2005 EDT

Modified files:
/phpdoc/en/language/oop5 interfaces.xml
Log:
Clarifications for bug #35832

http://cvs.php.net/viewcvs.cgi/phpd...8&diff_format=u
Index: phpdoc/en/language/oop5/interfaces.xml
diff -u phpdoc/en/language/oop5/interfaces.xml:1.7 phpdoc/en/language/oop5/interfaces.xml:1.8
--- phpdoc/en/language/oop5/interfaces.xml:1.7 Wed Jul 20 11:33:47 2005
+++ phpdoc/en/language/oop5/interfaces.xml Fri Dec 30 03:45:11 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<sect1 id="language.oop5.interfaces">
<title>Object Interfaces</title>
<para>
@@ -24,6 +24,12 @@
so will result in a fatal error. Classes may implement more than one interface
if desired by separating each interface with a comma.
</para>
+ <note>
+ <para>
+ A class cannot implement two interfaces that share function names, since
+ it would cause ambiguity.
+ </para>
+ </note>
</sect2>
<sect2>
&reftitle.examples;
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com