Form for creating and modifying prepared emails. More...
Public Member Functions | |
| execute () | |
| getEmailKey () | |
| getLocaleFieldNames () | |
| & | getPress () |
| initData (&$request) | |
| PreparedEmailForm ($emailKey=null, &$press) | |
| readInputData () | |
| setEmailKey ($emailKey) | |
Public Attributes | |
| $_emailKey | |
| $_press | |
Form for creating and modifying prepared emails.
Definition at line 19 of file PreparedEmailForm.inc.php.
| PreparedEmailForm.execute | ( | ) |
Save email template.
Definition at line 120 of file PreparedEmailForm.inc.php.
References getEmailKey(), and getPress().
| PreparedEmailForm.getEmailKey | ( | ) |
Get the email key
Definition at line 55 of file PreparedEmailForm.inc.php.
Referenced by execute(), initData(), and readInputData().
| PreparedEmailForm.getLocaleFieldNames | ( | ) |
Get all locale field names
Definition at line 113 of file PreparedEmailForm.inc.php.
| & PreparedEmailForm.getPress | ( | ) |
Get the press
Definition at line 63 of file PreparedEmailForm.inc.php.
Referenced by execute(), initData(), and readInputData().
| PreparedEmailForm.initData | ( | &$ | request | ) |
Initialize form data from current settings.
Definition at line 70 of file PreparedEmailForm.inc.php.
References getEmailKey(), and getPress().
| PreparedEmailForm.PreparedEmailForm | ( | $ | emailKey = null, |
|
| &$ | press | |||
| ) |
Constructor.
| $emailKey | string |
Definition at line 31 of file PreparedEmailForm.inc.php.
References setEmailKey().
| PreparedEmailForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 101 of file PreparedEmailForm.inc.php.
References getEmailKey(), and getPress().
| PreparedEmailForm.setEmailKey | ( | $ | emailKey | ) |
Set the email key
| $emailKey | string |
Definition at line 47 of file PreparedEmailForm.inc.php.
Referenced by PreparedEmailForm().
| PreparedEmailForm.$_emailKey |
The key of the email template being edited
Definition at line 22 of file PreparedEmailForm.inc.php.
| PreparedEmailForm.$_press |
The conference of the email template being edited
Definition at line 25 of file PreparedEmailForm.inc.php.
1.7.1