public function __construct($to, $whatToSend, $subjPrefix = "[ERROR] ", $charset = "UTF-8") { parent::__construct($whatToSend); $this->_to = $to; $this->_subjPrefix = $subjPrefix; $this->_charset = $charset; }
*/ require_once sprintf("%s/Util.php", __DIR__); require_once sprintf("%s/TextNotifier.php", __DIR__); class Debug_ErrorHook_RssNotifier extends Debug_ErrorHook_TextNotifier