mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7a29da05ed
commit
62e53a77cf
1 changed files with 5 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue