KGzocha\Searcher\Criteria\Adapter\ImmutablePaginationAdapter::setItemsPerPage PHP Method

setItemsPerPage() public method

On each call it will set the same value. {@inheritdoc}
public setItemsPerPage ( $itemsPerPage )
    public function setItemsPerPage($itemsPerPage)
    {
        return $this->pagination->setItemsPerPage($this->pagination->getItemsPerPage());
    }