reference links properly.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171426 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Curt Zirzow 2004-10-28 02:54:15 +00:00
parent ce2e38e434
commit 8407230a80

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<sect1 id="language.oop5.iterations">
<title>Object Iteration</title>
<para>
@ -7,7 +7,7 @@
PHP 5 provides a way for objects to be defined so it is possible to iterate
through a list of items, with, for example a <link
linkend="control-structures.foreach">foreach</link> statement. By default,
all <link linkend="oop5.visibility">visible</link> properties will be used
all <link linkend="language.oop5.visibility">visible</link> properties will be used
for the iteration.
</para>
@ -68,7 +68,7 @@ private => private var
<para>
As the output shows, the <link
linkend="control-structures.foreach">foreach</link> iterated through all
<link linkend="oop5.visibility">visible</link> variables that can be
<link linkend="language.oop5.visibility">visible</link> variables that can be
accessed. To take it a step further you can <varname>implement</varname> one
of PHP 5's internal <link
linkend="language.oop5.interfaces">interface</link> named