* Builds the quickform for this search.
*
* @param CRM_Core_Form $form
- * @return
*/
public function buildForm(&$form);
* @param int $offset
* @param int $rowcount
* @param null $sort
- *
- * @return
*/
public function contactIDs($offset = 0, $rowcount = 0, $sort = NULL);
* @param null $sort
* @param bool $includeContactIDs
* @param bool $justIDs
- *
- * @return
*/
public function all($offset = 0, $rowcount = 0, $sort = NULL, $includeContactIDs = FALSE, $justIDs = FALSE);
* The where clause for the query.
*
* @param bool $includeContactIDs
- *
- * @return
*/
public function where($includeContactIDs = FALSE);
/**
* @param $rows
+ *
+ * @return bool
*/
private function _initBasicRow(&$rows, &$entryFound, $row, $rowId, $rowNum, $types) {
if (!array_key_exists($rowId, $row)) {