mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Describe constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321986 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b9c3ed8bbb
commit
a4ec4565e9
1 changed files with 13 additions and 5 deletions
|
@ -111,35 +111,43 @@
|
|||
<varlistentry xml:id="cachingiterator.constants.call-tostring">
|
||||
<term><constant>CachingIterator::CALL_TOSTRING</constant></term>
|
||||
<listitem>
|
||||
<para>Description here...</para>
|
||||
<para>Convert every element to string.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="cachingiterator.constants.catch-get-child">
|
||||
<term><constant>CachingIterator::CATCH_GET_CHILD</constant></term>
|
||||
<listitem>
|
||||
<para>Description here...</para>
|
||||
<para>Don't throw exception in accessing children.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="cachingiterator.constants.tostring-use-key">
|
||||
<term><constant>CachingIterator::TOSTRING_USE_KEY</constant></term>
|
||||
<listitem>
|
||||
<para>Description here...</para>
|
||||
<para>
|
||||
Use <link linkend="cachingiterator.key">key</link> for conversion to
|
||||
string.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="cachingiterator.constants.tostring-use-current">
|
||||
<term><constant>CachingIterator::TOSTRING_USE_CURRENT</constant></term>
|
||||
<listitem>
|
||||
<para>Description here...</para>
|
||||
<para>
|
||||
Use <link linkend="cachingiterator.current">current</link> for
|
||||
conversion to string.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="cachingiterator.constants.tostring-use-inner">
|
||||
<term><constant>CachingIterator::TOSTRING_USE_INNER</constant></term>
|
||||
<listitem>
|
||||
<para>Description here...</para>
|
||||
<para>
|
||||
Use <link linkend="cachingiterator.getinneriterator">inner</link>
|
||||
for conversion to string.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue