From a4ec4565e988c2c8fece8c987dff1729466e0ec0 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 10 Jan 2012 02:20:39 +0000 Subject: [PATCH] Describe constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321986 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/cachingiterator.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/reference/spl/cachingiterator.xml b/reference/spl/cachingiterator.xml index 0dc0805efc..be00f5dd99 100644 --- a/reference/spl/cachingiterator.xml +++ b/reference/spl/cachingiterator.xml @@ -111,35 +111,43 @@ CachingIterator::CALL_TOSTRING - Description here... + Convert every element to string. CachingIterator::CATCH_GET_CHILD - Description here... + Don't throw exception in accessing children. CachingIterator::TOSTRING_USE_KEY - Description here... + + Use key for conversion to + string. + CachingIterator::TOSTRING_USE_CURRENT - Description here... + + Use current for + conversion to string. CachingIterator::TOSTRING_USE_INNER - Description here... + + Use inner + for conversion to string. +