@@ -44,8 +44,14 @@ |
||
44 | 44 | return parent::getSubject(); |
45 | 45 | } |
46 | 46 | |
47 | + /** |
|
48 | + * @return string |
|
49 | + */ |
|
47 | 50 | public abstract function getSubstituteVars(); |
48 | 51 | |
52 | + /** |
|
53 | + * @param boolean $html |
|
54 | + */ |
|
49 | 55 | protected function getRawBodyText($html) |
50 | 56 | { |
51 | 57 | if(isset($this->dbData['body'])) |