resultsPerPage = $resultsPerPage;
}
public function getResultsPerPage()
{
return $this->resultsPerPage;
}
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
public function getTotalResults()
{
return $this->totalResults;
}
}