
Public Member Functions | |
| EmailTemplate () | |
| getBody () | |
| getLocale () | |
| getSubject () | |
| isCustomTemplate () | |
| setBody ($body) | |
| setCustomTemplate ($isCustomTemplate) | |
| setLocale ($locale) | |
| setSubject ($subject) | |
Definition at line 284 of file EmailTemplate.inc.php.
| EmailTemplate.EmailTemplate | ( | ) |
Constructor.
Definition at line 289 of file EmailTemplate.inc.php.
| EmailTemplate.getBody | ( | ) |
Get body of email template.
Definition at line 349 of file EmailTemplate.inc.php.
References DataObject.getData().
| EmailTemplate.getLocale | ( | ) |
Get locale of email template.
Definition at line 317 of file EmailTemplate.inc.php.
References DataObject.getData().
| EmailTemplate.getSubject | ( | ) |
Get subject of email template.
Definition at line 333 of file EmailTemplate.inc.php.
References DataObject.getData().
| EmailTemplate.isCustomTemplate | ( | ) |
Determine whether or not this is a custom email template (ie one that was created by the journal manager and is not part of the system upon installation)
Reimplemented from BaseEmailTemplate.
Definition at line 305 of file EmailTemplate.inc.php.
Referenced by setCustomTemplate().
| EmailTemplate.setBody | ( | $ | body | ) |
Set body of email template.
| $body | string |
Definition at line 357 of file EmailTemplate.inc.php.
References DataObject.setData().
| EmailTemplate.setCustomTemplate | ( | $ | isCustomTemplate | ) |
Set whether or not this is a custom template.
Definition at line 296 of file EmailTemplate.inc.php.
References isCustomTemplate().
| EmailTemplate.setLocale | ( | $ | locale | ) |
Set locale of email template.
| $locale | string |
Definition at line 325 of file EmailTemplate.inc.php.
References DataObject.setData().
| EmailTemplate.setSubject | ( | $ | subject | ) |
Set subject of journal.
| $subject | string |
Definition at line 341 of file EmailTemplate.inc.php.
References DataObject.setData().
1.5.6