mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
1865487b42
commit
e499a4379d
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue