This commit is contained in:
Romain Neutron
2012-05-23 00:01:29 +02:00
parent 41e56ed86b
commit 4afa21d419
346 changed files with 2234 additions and 3759 deletions

View File

@@ -74,7 +74,7 @@ abstract class Bridge_Api_AbstractCollection
/**
*
* @param int $items_per_page
* @param int $items_per_page
* @return Bridge_Api_AbstractCollection
*/
public function set_items_per_page($items_per_page)
@@ -95,7 +95,7 @@ abstract class Bridge_Api_AbstractCollection
/**
*
* @param int $current_page
* @param int $current_page
* @return Bridge_Api_AbstractCollection
*/
public function set_current_page($current_page)
@@ -117,7 +117,7 @@ abstract class Bridge_Api_AbstractCollection
/**
*
* @param int $total_page
* @param int $total_page
* @return Bridge_Api_AbstractCollection
*/
public function set_total_page($total_page)