KGzocha\Searcher\Criteria\PaginationCriteriaInterface::getItemsPerPage PHP Method

getItemsPerPage() public method

public getItemsPerPage ( ) : integer
return integer
    public function getItemsPerPage();

Usage Example

 /**
  * This method will not allow to change items per page.
  * On each call it will set the same value.
  *
  * {@inheritdoc}
  */
 public function setItemsPerPage($itemsPerPage)
 {
     return $this->pagination->setItemsPerPage($this->pagination->getItemsPerPage());
 }