Signed-off-by: Roland Häder <roland@mxchange.org>
* @param $onlyKeys Only use these keys for a cache key
* @return $numRows Numbers of rows of database entries
*/
- function doSelectCountByCriteria(Criteria $criteriaInstance, $onlyKeys = array());
+ function doSelectCountByCriteria(Criteria $criteriaInstance, $onlyKeys = array());
/**
* Getter for primary key used in wrapped table
* @param $onlyKeys Only use these keys for a cache key
* @return $numRows Numbers of rows of database entries
*/
- public function doSelectCountByCriteria (Criteria $criteriaInstance, $onlyKeys = array()) {
+ public function doSelectCountByCriteria (Criteria $criteriaInstance, $onlyKeys = array()) {
// Total numbers is -1 so we can distinglish between failed and valid queries
$numRows = 0;
}
// Sends out a request to the API and returns it's result
- private function sendRequest ($scriptName, array $requestData = array()) {
+ private function sendRequest ($scriptName, array $requestData = array()) {
// Is the requestData an array?
if (!is_array($requestData)) {
// Then abort here!