Revision: 234
http://sourceforge.net/p/beeframework/code/234
Author: m_plomer
Date: 2014-09-26 14:14:00 +0000 (Fri, 26 Sep 2014)
Log Message:
-----------
fix in pagination base
Modified Paths:
--------------
trunk/framework/Bee/Persistence/PaginationBase.php
Modified: trunk/framework/Bee/Persistence/PaginationBase.php
===================================================================
--- trunk/framework/Bee/Persistence/PaginationBase.php 2014-09-26 14:04:16 UTC (rev 233)
+++ trunk/framework/Bee/Persistence/PaginationBase.php 2014-09-26 14:14:00 UTC (rev 234)
@@ -47,6 +47,13 @@
}
/**
+ * @param int $pageSize
+ */
+ public function setPageSize($pageSize) {
+ $this->pageSize = $pageSize;
+ }
+
+ /**
* @return int
*/
public function getPageCount() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|