|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- $Revision: 283837 $ --> |
| 3 | + |
| 4 | +<phpdoc:classref xml:id="class.outeriterator" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"> |
| 5 | + |
| 6 | + <title>The OuterIterator interface</title> |
| 7 | + <titleabbrev>OuterIterator</titleabbrev> |
| 8 | + |
| 9 | + <partintro> |
| 10 | + |
| 11 | +<!-- {{{ OuterIterator intro --> |
| 12 | + <section xml:id="outeriterator.intro"> |
| 13 | + &reftitle.intro; |
| 14 | + <para> |
| 15 | + Classes implementing <classname>OuterIterator</classname> can be used to iterate |
| 16 | + over iterators. |
| 17 | + </para> |
| 18 | + </section> |
| 19 | +<!-- }}} --> |
| 20 | + |
| 21 | + <section xml:id="outeriterator.synopsis"> |
| 22 | + &reftitle.interfacesynopsis; |
| 23 | + |
| 24 | +<!-- {{{ Synopsis --> |
| 25 | + <classsynopsis> |
| 26 | + <ooclass><classname>OuterIterator</classname></ooclass> |
| 27 | + |
| 28 | +<!-- {{{ Class synopsis --> |
| 29 | + <classsynopsisinfo> |
| 30 | + <ooclass> |
| 31 | + <classname>OuterIterator</classname> |
| 32 | + </ooclass> |
| 33 | + |
| 34 | + <ooclass> |
| 35 | + <modifier>extends</modifier> |
| 36 | + <classname>Iterator</classname> |
| 37 | + </ooclass> |
| 38 | + |
| 39 | + </classsynopsisinfo> |
| 40 | +<!-- }}} --> |
| 41 | + |
| 42 | + <classsynopsisinfo role="comment">Methods</classsynopsisinfo> |
| 43 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.outeriterator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" /> |
| 44 | + |
| 45 | + <classsynopsisinfo role="comment">Inherited methods</classsynopsisinfo> |
| 46 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.iterator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" /> |
| 47 | + </classsynopsis> |
| 48 | +<!-- }}} --> |
| 49 | + |
| 50 | + </section> |
| 51 | + |
| 52 | + </partintro> |
| 53 | + |
| 54 | + &reference.spl.entities.outeriterator; |
| 55 | + |
| 56 | +</phpdoc:classref> |
| 57 | + |
| 58 | +<!-- Keep this comment at the end of the file |
| 59 | +Local variables: |
| 60 | +mode: sgml |
| 61 | +sgml-omittag:t |
| 62 | +sgml-shorttag:t |
| 63 | +sgml-minimize-attributes:nil |
| 64 | +sgml-always-quote-attributes:t |
| 65 | +sgml-indent-step:1 |
| 66 | +sgml-indent-data:t |
| 67 | +indent-tabs-mode:nil |
| 68 | +sgml-parent-document:nil |
| 69 | +sgml-default-dtd-file:"manual.ced" |
| 70 | +sgml-exposed-tags:nil |
| 71 | +sgml-local-catalogs:nil |
| 72 | +sgml-local-ecat-files:nil |
| 73 | +End: |
| 74 | +vim600: syn=xml fen fdm=syntax fdl=2 si |
| 75 | +vim: et tw=78 syn=sgml |
| 76 | +vi: ts=1 sw=1 |
| 77 | +--> |
| 78 | + |
0 commit comments