Fix problem in PlIteratorUtils
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 8 Mar 2010 15:22:48 +0000 (16:22 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 8 Mar 2010 15:23:10 +0000 (16:23 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/pliteratorutils.php

index e24ab81..dfa8a36 100644 (file)
@@ -110,7 +110,7 @@ class PlIteratorUtils
      * @param $property The property to retrieve
      * @return a callback
      */
-    public static function arrayValueCallback($property)
+    public static function objectPropertyCallback($property)
     {
         $callback = new _GetObjectPropertyCallback($property);
         return array($callback, 'get');