Both offsetSet and offsetGet have a note stating they are a method alias, but this one did not. Adding for completeness.

-- 
Provided by anonymous #19341 (leight@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327145 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2012-08-16 09:24:15 +00:00
parent 7a29da05ed
commit 62e53a77cf

View file

@ -16,6 +16,11 @@
<para>
Checks whether an <type>object</type> exists in the storage.
</para>
<note>
<para>
<methodname>SplObjectStorage::offsetExists</methodname> is an alias of <methodname>SplObjectStorage::contains</methodname>.
</para>
</note>
</refsect1>
<refsect1 role="parameters">