- abstract protected static function getInstance();
- abstract protected function getQMails($offset = -1, $rowsPerPage = -1, $recipient = 'all');
- abstract protected function getMarked($recipient = 'all');
- abstract protected function numRows();
- abstract protected function getMail($id);
- abstract protected function setCharset($charset = 'utf8');
- abstract protected function update($sql);
+ abstract protected static function getInstance();
+ abstract protected function getQMails($offset = -1, $rowsPerPage = -1, $recipient = 'all');
+ abstract protected function getMarked($recipient = 'all');
+ abstract protected function numRows();
+ abstract protected function getMail($id);
+ abstract protected function getRecipient($id);
+ abstract protected function setCharset($charset = 'utf8');
+ abstract protected function update($sql);