vrana Fri Aug 17 02:14:00 2007 UTC
Modified files:
/phpdoc/en/language/oop5 object-comparison.xml
Log:
Comparing extension objects (bug #41697)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/object-comparison.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/language/oop5/object-comparison.xml
diff -u phpdoc/en/language/oop5/object-comparison.xml:1.5
phpdoc/en/language/oop5/object-comparison.xml:1.6
--- phpdoc/en/language/oop5/object-comparison.xml:1.5 Wed Jun 20 22:24:13 2007
+++ phpdoc/en/language/oop5/object-comparison.xml Fri Aug 17 02:14:00 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<sect1 xml:id="language.oop5.object-comparison"
xmlns="http://docbook.org/ns/docbook">
<title>Comparing objects</title>
<para>
@@ -100,6 +100,11 @@
</screen>
</example>
</para>
+ <note>
+ <para>
+ Extensions can define own rules for their objects comparison.
+ </para>
+ </note>
</sect1>
<!-- Keep this comment at the end of the file