_message = $message; $this->_recipients = $recipients; } /** * This function performs the actual sending of the message. * * Must be implemented in child classes. * * @return bool Success. */ abstract public function send(); }