| 1 | <?php |
||
| 4 | class PasswordHasBeenResetEmail extends FlipsideProfileEmail |
||
| 5 | { |
||
| 6 | protected $ip_addr; |
||
| 7 | protected $forwarded_for; |
||
| 8 | |||
| 9 | public function __construct($user, $ip_addr, $forwarded_for = false) |
||
| 23 | |||
| 24 | public function getSubject() |
||
| 28 | |||
| 29 | public function getHTMLBody() |
||
| 38 | |||
| 39 | public function getTextBody() |
||
| 48 | } |
||
| 49 | /* vim: set tabstop=4 shiftwidth=4 expandtab: */ |
||
| 50 |