* @param int $offset
* @param int $rowcount
* @param null $sort
+ * @param boolean $returnSQL Not used; included for consistency with parent; SQL is always returned
*
* @return string
*/
- function contactIDs($offset = 0, $rowcount = 0, $sort = NULL) {
+ function contactIDs($offset = 0, $rowcount = 0, $sort = NULL, $returnSQL = TRUE) {
return $this->all($offset, $rowcount, $sort, FALSE, TRUE);
}
* @param int $offset
* @param int $rowcount
* @param null $sort
+ * @param boolean $returnSQL Not used; included for consistency with parent; SQL is always returned
*
* @return string
*/
- function contactIDs($offset = 0, $rowcount = 0, $sort = NULL) {
+ function contactIDs($offset = 0, $rowcount = 0, $sort = NULL, $returnSQL = TRUE) {
return $this->all($offset, $rowcount, $sort, FALSE, TRUE);
}
* @param int $offset
* @param int $rowcount
* @param null $sort
+ * @param boolean $returnSQL Not used; included for consistency with parent; SQL is always returned
*
* @return string
*/
- function contactIDs($offset = 0, $rowcount = 0, $sort = NULL) {
+ function contactIDs($offset = 0, $rowcount = 0, $sort = NULL, $returnSQL = TRUE) {
return $this->all($offset, $rowcount, $sort, FALSE, TRUE);
}
* @param int $offset
* @param int $rowcount
* @param null $sort
+ * @param boolean $returnSQL Not used; included for consistency with parent; SQL is always returned
*
* @return string
*/
- function contactIDs($offset = 0, $rowcount = 0, $sort = NULL) {
+ function contactIDs($offset = 0, $rowcount = 0, $sort = NULL, $returnSQL = TRUE) {
return $this->all($offset, $rowcount, $sort);
}
* @param int $offset
* @param int $rowcount
* @param null $sort
+ * @param boolean $returnSQL Not used; included for consistency with parent; SQL is always returned
*
* @return string
*/
- function contactIDs($offset = 0, $rowcount = 0, $sort = NULL) {
+ function contactIDs($offset = 0, $rowcount = 0, $sort = NULL, $returnSQL = TRUE) {
return $this->all($offset, $rowcount, $sort);
}
* @param int $offset
* @param int $rowcount
* @param null $sort
+ * @param boolean $returnSQL Not used; included for consistency with parent; SQL is always returned
*
* @return string
*/
- function contactIDs($offset = 0, $rowcount = 0, $sort = NULL) {
+ function contactIDs($offset = 0, $rowcount = 0, $sort = NULL, $returnSQL = TRUE) {
return $this->all($offset, $rowcount, $sort, FALSE, TRUE);
}