Remove getTotal() on PagerInterface

This commit is contained in:
Agung Sugiarto 2020-09-17 14:28:22 +07:00
parent e129e7c04f
commit 395359cefd

View File

@ -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.
*