Inheritance diagram for FF_Action_ContactSubmit:

Public Member Functions | |
| run () | |
| getSuccessMessage () | |
| getProblemMessage () | |
| setSuccessActionId () | |
| setProblemActionId () | |
| getExtraInfo () | |
| getSubjectPrepend () | |
Definition at line 41 of file lib/FastFrame/Action/ContactSubmit.php.
|
|
Gets extra information to be appended to the message. public
Reimplemented in FF_Action_AlumContactSubmit. Definition at line 155 of file lib/FastFrame/Action/ContactSubmit.php. References FF_Auth::checkAuth(), FF_Auth::getCredential(), and FF_Request::getParam(). Referenced by run(). |
|
|
Gets the message for when updating the data fails public
Definition at line 113 of file lib/FastFrame/Action/ContactSubmit.php. |
|
|
Gets the string to prepend to the subject public
Reimplemented in FF_Action_AlumContactSubmit. Definition at line 181 of file lib/FastFrame/Action/ContactSubmit.php. Referenced by run(). |
|
|
Gets the message for a successful update public
Definition at line 99 of file lib/FastFrame/Action/ContactSubmit.php. |
|
|
Submits the data to the database and either reports success or failure public
Reimplemented from FF_Action. Definition at line 50 of file lib/FastFrame/Action/ContactSubmit.php. References getExtraInfo(), FF_Request::getParam(), getSubjectPrepend(), FF_Request::setParam(), setProblemActionId(), and setSuccessActionId(). |
|
|
Sets the actionId to invoke when an error occurs in the update of the database. public
Definition at line 141 of file lib/FastFrame/Action/ContactSubmit.php. Referenced by run(). |
|
|
Sets the actionId to invoke when a successful update occurs. public
Definition at line 127 of file lib/FastFrame/Action/ContactSubmit.php. Referenced by run(). |
1.4.4