sean Sun Oct 17 19:56:31 2004 EDT
Modified files:
/phpdoc/en/language/oop5 iterations.xml
Log:
added 'see SPL note' (from note, makes sense)
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/iterations.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/language/oop5/iterations.xml
diff -u phpdoc/en/language/oop5/iterations.xml:1.7
phpdoc/en/language/oop5/iterations.xml:1.8
--- phpdoc/en/language/oop5/iterations.xml:1.7 Sun Oct 17 07:46:28 2004
+++ phpdoc/en/language/oop5/iterations.xml Sun Oct 17 19:56:31 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<sect1 id="language.oop5.iterations">
<title>Object Iteration</title>
<para>
@@ -208,6 +208,14 @@
</screen>
</example>
+
+ <note>
+ <para>
+ For more examples of iterators, see the
+ <link linkend="ref.spl">SPL Extension</link>.
+ </para>
+ </note>
+
</sect1>
<!-- Keep this comment at the end of the file