Fix problem in PlIteratorUtils
[platal.git] / 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');