[limb-svn] r6707 - 3.x/trunk/limb/validation/src

svn at limb-project.com svn at limb-project.com
Fri Jan 18 19:20:43 MSK 2008


Author: alex433
Date: 2008-01-18 19:20:43 +0300 (Fri, 18 Jan 2008)
New Revision: 6707
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6707

Modified:
   3.x/trunk/limb/validation/src/lmbErrorList.class.php
Log:
-- lmbErrorList::getReadable() method is removed.

Modified: 3.x/trunk/limb/validation/src/lmbErrorList.class.php
===================================================================
--- 3.x/trunk/limb/validation/src/lmbErrorList.class.php	2008-01-18 15:58:27 UTC (rev 6706)
+++ 3.x/trunk/limb/validation/src/lmbErrorList.class.php	2008-01-18 16:20:43 UTC (rev 6707)
@@ -48,20 +48,4 @@
   {
     return $this->isEmpty();
   }
-
-  /**
-  * Return processed error list with formatted messages
-  * @deprecated
-  * @see lmbErrorList :: addError()
-  * @see __construct
-  * @return string
-  */
-  function getReadable()
-  {
-    $result = array();
-    foreach ($this as $error)
-      $result[] = $error->getReadable();
-
-    return $result;
-  }
 }



More information about the limb-svn mailing list