Mention objectstorage in the datastructures section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278635 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Etienne Kneuss 2009-04-13 11:01:29 +00:00
parent 9d19978668
commit aac80997ce

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<part xml:id="spl.datastructures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@ -73,6 +73,21 @@
</itemizedlist>
</section>
<section>
<title>Map</title>
<para>
A map is a datastructure holding key-value pairs. PHP arrays can be seen as maps from integers/strings to values. SPL provides a map from objects to data. This map can aswell be used as a object set.
</para>
<itemizedlist>
<listitem>
<simpara><classname>SplObjectStorage</classname></simpara>
</listitem>
</itemizedlist>
</section>
</partintro>
&reference.spl.spldoublylinkedlist;
@ -85,6 +100,7 @@
&reference.spl.splpriorityqueue;
&reference.spl.splfixedarray;
&reference.spl.splobjectstorage;
</part>