Exemple #1
0
 /**
  * Method to cache the last query constructed.
  *
  * This method ensures that the query is contructed only once for a given state of the model.
  *
  * @return  JDatabaseQuery  A JDatabaseQuery object
  *
  * @since   11.1
  */
 protected function _getList($query, $limitstart = 0, $limit = 0)
 {
     $list = MailHelper::getBouncedList($limitstart = 0, $limit = 0);
     return $list;
 }