From 62e53a77cfe9a85e02bd8f0004977d2d75308bb4 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Thu, 16 Aug 2012 09:24:15 +0000 Subject: [PATCH] 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 --- reference/spl/splobjectstorage/offsetexists.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/spl/splobjectstorage/offsetexists.xml b/reference/spl/splobjectstorage/offsetexists.xml index 6ec5b7a487..4a7367d17e 100644 --- a/reference/spl/splobjectstorage/offsetexists.xml +++ b/reference/spl/splobjectstorage/offsetexists.xml @@ -16,6 +16,11 @@ Checks whether an object exists in the storage. + + + SplObjectStorage::offsetExists is an alias of SplObjectStorage::contains. + +