Rename Generator ID to allow http://php.net/generator

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329542 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2013-02-22 13:36:56 +00:00
parent 1865487b42
commit e499a4379d

View file

@ -200,7 +200,7 @@ foreach ($generator as $value) {
<para>
This syntax may be used in conjunction with the
<link linkend="language.generators.object.send">send()</link> method on
<link linkend="generator.send">send()</link> method on
Generator objects.
</para>
</caution>
@ -365,7 +365,7 @@ foreach (gen_reference() as &$number) {
</sect2>
</sect1>
<sect1 xml:id="language.generators.object">
<sect1 xml:id="class.generator">
<title><classname>Generator</classname> objects</title>
<para>
@ -426,7 +426,7 @@ class Generator implements Iterator {
</programlisting>
</example>
<sect2 xml:id="language.generators.object.send">
<sect2 xml:id="generator.send">
<title><methodname>Generator::send</methodname></title>
<para>