[phpsaves commit] r13 - trunk/PHPSaves/Transaction

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 28, 2008, 9:58:53 PM8/28/08
to cod...@googlegroups.com
Author: gorbiz
Date: Thu Aug 28 18:54:42 2008
New Revision: 13

Modified:
trunk/PHPSaves/Transaction/Collection.php

Log:
Made orderByDate public


Modified: trunk/PHPSaves/Transaction/Collection.php
==============================================================================
--- trunk/PHPSaves/Transaction/Collection.php (original)
+++ trunk/PHPSaves/Transaction/Collection.php Thu Aug 28 18:54:42 2008
@@ -55,7 +55,7 @@
*
* @return PHPSaves_Transaction_Collection
*/
- private function orderByDate()
+ public function orderByDate()
{
$orderdTransactions = $this->getArrayCopy();
usort($orderdTransactions, array($this, 'sortByDateCallback'));

Reply all
Reply to author
Forward
0 new messages