mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Remove getTotal() on PagerInterface
This commit is contained in:
parent
e129e7c04f
commit
395359cefd
@ -111,17 +111,6 @@ interface PagerInterface
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Returns the total number of items in data store.
|
||||
*
|
||||
* @param string $group
|
||||
*
|
||||
* @return integer
|
||||
*/
|
||||
public function getTotal(string $group = 'default'): int;
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Returns the total number of pages.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user