php-doc-en/reference/spl
Joris van de Sande 6369d8242c Updated FilterIterator introduction and added documentation and examples for FilterIterator::accept method.
Added see also to getChildren/hasChildren methods of RecursiveArrayIterator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283471 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-04 10:52:15 +00:00
..
appenditerator Added skeletons (with brief docs) for appendIterator 2009-06-29 23:38:46 +00:00
arrayiterator Updated SPL to the new doc and reference styles (added missing roles, etc.) 2008-03-20 01:25:04 +00:00
arrayobject Added ArrayObject constants description, and added links to theses constants in the setFlags method documentation. 2009-07-03 18:52:29 +00:00
cachingiterator Remove or comment out undocumented sections, add info, remove reference to class.iteratoriterator until it can be added in. 2008-11-14 19:29:23 +00:00
countable * a object -> an object. 2009-03-12 19:43:19 +00:00
directoryiterator fix some spelling and entities 2009-06-17 08:44:24 +00:00
emptyiterator added doc skeleton for emptyIterator 2009-06-30 00:35:01 +00:00
filesystemiterator Padded out SPL FilesystemIterator skeleton docs 2009-06-27 12:54:54 +00:00
filteriterator Updated FilterIterator introduction and added documentation and examples for FilterIterator::accept method. 2009-07-04 10:52:15 +00:00
functions Document SPL functions: 2009-04-12 01:45:35 +00:00
globiterator Documented GlobIterator::__construct() and GlobIterator::count() 2009-06-21 12:14:35 +00:00
infiniteiterator added doc skeletons for infiniteIterator 2009-06-30 00:54:36 +00:00
iteratoriterator Briefly documented IteratorIterator 2009-04-02 07:20:24 +00:00
limititerator Updated SPL to the new doc and reference styles (added missing roles, etc.) 2008-03-20 01:25:04 +00:00
multipleiterator added skeletons for MultipleIterator 2009-06-30 03:13:56 +00:00
parentiterator Updated SPL to the new doc and reference styles (added missing roles, etc.) 2008-03-20 01:25:04 +00:00
recursivearrayiterator Updated FilterIterator introduction and added documentation and examples for FilterIterator::accept method. 2009-07-04 10:52:15 +00:00
recursivecachingiterator Fix protos 2008-11-04 13:27:54 +00:00
recursivedirectoryiterator Updated SPL to the new doc and reference styles (added missing roles, etc.) 2008-03-20 01:25:04 +00:00
recursiveiteratoriterator Fix protos 2008-11-04 13:27:54 +00:00
seekableiterator Updated SeekableIterator 2009-06-14 19:52:52 +00:00
simplexmliterator Shorter refpurpose text 2009-04-12 07:14:02 +00:00
spldoublylinkedlist Add spldoublylinkedlist::prev 2009-06-19 01:04:14 +00:00
splfileinfo Fix typo (Kalle) 2009-04-18 11:45:35 +00:00
splfixedarray fix build 2009-04-13 14:30:33 +00:00
splheap Document SplPriorityQueue + add literals and fix typos 2008-05-15 15:42:25 +00:00
splmaxheap Fix typos, add spldoublylinkedlist::top/bottom , initial docs for heaps 2008-05-13 21:17:36 +00:00
splminheap Fix typos, add spldoublylinkedlist::top/bottom , initial docs for heaps 2008-05-13 21:17:36 +00:00
splobjectstorage Added/replaced See Also links 2009-04-14 05:32:06 +00:00
splpriorityqueue Typofix. 2008-12-07 18:37:08 +00:00
splqueue Tidied SplQueue::setIteratorMode; labeled constants, changed wording on LIFO warning, added errors section. 2009-06-30 18:26:45 +00:00
splstack Fix typos in documentation noticed from the testfest 2009-05-09 20:16:06 +00:00
appenditerator.xml Added skeletons (with brief docs) for appendIterator 2009-06-29 23:38:46 +00:00
arrayiterator.xml introduction of the foreach entity 2009-02-16 15:30:18 +00:00
arrayobject.xml Added ArrayObject constants description, and added links to theses constants in the setFlags method documentation. 2009-07-03 18:52:29 +00:00
badfunctioncallexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
badmethodcallexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
book.xml Replaced hardcoded external links with entities, and updated url locations where appropriate. 2009-05-08 16:39:26 +00:00
cachingiterator.xml Remove or comment out undocumented sections, add info, remove reference to class.iteratoriterator until it can be added in. 2008-11-14 19:29:23 +00:00
constants.xml MFB: Upgrade to the new-reference-structure 2007-12-24 12:37:51 +00:00
countable.xml Interfaces 2009-04-24 10:33:28 +00:00
datastructures.xml Mention objectstorage in the datastructures section 2009-04-13 11:01:29 +00:00
directoryiterator.xml Added SPL DirectoryIterator docs 2009-06-11 14:34:14 +00:00
domainexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
emptyiterator.xml added doc skeleton for emptyIterator 2009-06-30 00:35:01 +00:00
exceptions.xml - Crosslink predefined exceptions and spl exceptions 2008-11-29 23:53:37 +00:00
filesystemiterator.xml Padded out SPL FilesystemIterator skeleton docs 2009-06-27 12:54:54 +00:00
filteriterator.xml Updated FilterIterator introduction and added documentation and examples for FilterIterator::accept method. 2009-07-04 10:52:15 +00:00
globiterator.xml Added rudimentary documentation for seekableiterator, globiterator and filesystemiterator 2009-03-23 23:45:34 +00:00
infiniteiterator.xml added doc skeletons for infiniteIterator 2009-06-30 00:54:36 +00:00
interfaces.xml Add crosslinks 2009-04-26 12:27:46 +00:00
invalidargumentexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
iteratoriterator.xml Briefly documented IteratorIterator 2009-04-02 07:20:24 +00:00
iterators.xml Added documentation and examples for RecursiveArrayIterator 2009-07-03 18:53:19 +00:00
lengthexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
limititerator.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
logicexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
multipleiterator.xml added skeletons for MultipleIterator 2009-06-30 03:13:56 +00:00
outofboundsexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
outofrangeexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
overflowexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
parentiterator.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
rangeexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
recursivearrayiterator.xml Added documentation and examples for RecursiveArrayIterator 2009-07-03 18:53:19 +00:00
recursivecachingiterator.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
recursivedirectoryiterator.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
recursiveiteratoriterator.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
reference.xml MFB: Upgrade to the new-reference-structure 2007-12-24 12:37:51 +00:00
runtimeexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
seekableiterator.xml Updated SeekableIterator 2009-06-14 19:52:52 +00:00
setup.xml SPL can no longer be disabled 2008-04-14 14:03:30 +00:00
simplexmliterator.xml Documenting SimpleXMLIterator 2009-04-12 00:23:21 +00:00
spldoublylinkedlist.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
splfileinfo.xml Add start of SplFileInfo docs. 2008-11-14 18:38:21 +00:00
splfixedarray.xml Remove useless commented block 2009-04-12 02:23:59 +00:00
splheap.xml Spaces 2009-04-24 09:43:31 +00:00
splmaxheap.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
splminheap.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
splobjectstorage.xml Document splobjectstorage 2009-04-12 02:23:43 +00:00
splpriorityqueue.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
splqueue.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
splstack.xml Implement phpdoc:classref 2008-08-23 14:09:15 +00:00
underflowexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
unexpectedvalueexception.xml fixing revision tag 2009-01-07 17:08:30 +00:00
versions.xml Added version info for new splobjectstorage methods 2009-04-14 06:05:33 +00:00