From 363faa0c125c4dd59d5242b1477e9f0459f44130 Mon Sep 17 00:00:00 2001 From: Brett Bieber Date: Fri, 14 Nov 2008 19:29:23 +0000 Subject: [PATCH] Remove or comment out undocumented sections, add info, remove reference to class.iteratoriterator until it can be added in. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269016 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/cachingiterator.xml | 6 +-- reference/spl/cachingiterator/construct.xml | 5 +-- reference/spl/cachingiterator/count.xml | 4 +- reference/spl/cachingiterator/getcache.xml | 36 +-------------- .../spl/cachingiterator/getinneriterator.xml | 4 +- .../spl/cachingiterator/offsetexists.xml | 40 ++--------------- reference/spl/cachingiterator/offsetget.xml | 38 +--------------- reference/spl/cachingiterator/offsetset.xml | 44 +++---------------- reference/spl/cachingiterator/offsetunset.xml | 40 ++--------------- 9 files changed, 22 insertions(+), 195 deletions(-) diff --git a/reference/spl/cachingiterator.xml b/reference/spl/cachingiterator.xml index 3108f0996b..0ae787b058 100644 --- a/reference/spl/cachingiterator.xml +++ b/reference/spl/cachingiterator.xml @@ -1,5 +1,5 @@ - + The CachingIterator class CachingIterator @@ -94,10 +94,10 @@ Methods - + diff --git a/reference/spl/cachingiterator/construct.xml b/reference/spl/cachingiterator/construct.xml index 08fa7fc369..a8f5b096b5 100644 --- a/reference/spl/cachingiterator/construct.xml +++ b/reference/spl/cachingiterator/construct.xml @@ -1,5 +1,5 @@ - + @@ -17,9 +17,6 @@ &warn.undocumented.func; - - The method description goes here. - diff --git a/reference/spl/cachingiterator/count.xml b/reference/spl/cachingiterator/count.xml index 9ae6f95cff..650253d957 100644 --- a/reference/spl/cachingiterator/count.xml +++ b/reference/spl/cachingiterator/count.xml @@ -1,5 +1,5 @@ - + @@ -29,7 +29,7 @@ &reftitle.returnvalues; - Description... + The count of the elements iterated over. diff --git a/reference/spl/cachingiterator/getcache.xml b/reference/spl/cachingiterator/getcache.xml index 0f1534705e..0820157b3e 100644 --- a/reference/spl/cachingiterator/getcache.xml +++ b/reference/spl/cachingiterator/getcache.xml @@ -1,5 +1,5 @@ - + @@ -16,9 +16,6 @@ &warn.undocumented.func; - - The method description goes here. - @@ -33,37 +30,6 @@ - - &reftitle.examples; - - - <function>CachingIterator::getCache</function> example - - -]]> - - &example.outputs.similar; - - - - - - - - - &reftitle.seealso; - - - Classname::Method - - - - + @@ -29,7 +29,7 @@ &reftitle.returnvalues; - Description... + Returns an object implementing the Iterator interface. diff --git a/reference/spl/cachingiterator/offsetexists.xml b/reference/spl/cachingiterator/offsetexists.xml index ee4bcd5ae6..b21a26bfd0 100644 --- a/reference/spl/cachingiterator/offsetexists.xml +++ b/reference/spl/cachingiterator/offsetexists.xml @@ -1,5 +1,5 @@ - + @@ -16,9 +16,6 @@ &warn.undocumented.func; - - The method description goes here. - @@ -29,7 +26,7 @@ index - Description... + The index being checked. @@ -41,38 +38,7 @@ &reftitle.returnvalues; - Description... - - - - - &reftitle.examples; - - - <function>CachingIterator::offsetExists</function> example - - -]]> - - &example.outputs.similar; - - - - - - - - - &reftitle.seealso; - - - Classname::Method - + Returns &true; if an entry referenced by the offset exists, &false; otherwise. diff --git a/reference/spl/cachingiterator/offsetget.xml b/reference/spl/cachingiterator/offsetget.xml index 88a93321b0..a18c0d3955 100644 --- a/reference/spl/cachingiterator/offsetget.xml +++ b/reference/spl/cachingiterator/offsetget.xml @@ -1,5 +1,5 @@ - + @@ -15,10 +15,7 @@ &warn.undocumented.func; - - - The method description goes here. - + @@ -45,37 +42,6 @@ - - &reftitle.examples; - - - <function>CachingIterator::offsetGet</function> example - - -]]> - - &example.outputs.similar; - - - - - - - - - &reftitle.seealso; - - - Classname::Method - - - - + @@ -16,10 +16,7 @@ &warn.undocumented.func; - - - The method description goes here. - + @@ -30,7 +27,7 @@ index - Description... + The index of the element to be set. @@ -38,7 +35,7 @@ newval - Description... + The new value for the index. @@ -50,38 +47,7 @@ &reftitle.returnvalues; - Description... - - - - - &reftitle.examples; - - - <function>CachingIterator::offsetSet</function> example - - -]]> - - &example.outputs.similar; - - - - - - - - - &reftitle.seealso; - - - Classname::Method - + &return.void; diff --git a/reference/spl/cachingiterator/offsetunset.xml b/reference/spl/cachingiterator/offsetunset.xml index 5c18ff620d..9bacb94598 100644 --- a/reference/spl/cachingiterator/offsetunset.xml +++ b/reference/spl/cachingiterator/offsetunset.xml @@ -1,5 +1,5 @@ - + @@ -16,9 +16,6 @@ &warn.undocumented.func; - - The method description goes here. - @@ -29,7 +26,7 @@ index - Description... + The index of the element to be unset. @@ -41,38 +38,7 @@ &reftitle.returnvalues; - Description... - - - - - &reftitle.examples; - - - <function>CachingIterator::offsetUnset</function> example - - -]]> - - &example.outputs.similar; - - - - - - - - - &reftitle.seealso; - - - Classname::Method - + &return.void;