Inheritance diagram for FF_Action_Delete_Loan:

Public Member Functions | |
| run () | |
| getSingularText () | |
| setSuccessActionId () | |
| checkPerms () | |
| sendNoticeToBorrower () | |
Definition at line 42 of file LoanDelete.php.
|
|
Check the permissions on this action. public
Reimplemented from FF_Action_Delete. Definition at line 120 of file LoanDelete.php. References FF_Request::getParam(). |
|
|
Gets the text that describes a singular version of the loan deleted public
Reimplemented from FF_Action_Delete. Definition at line 83 of file LoanDelete.php. |
|
|
Deletes the object from the database public
Reimplemented from FF_Action_Delete. Definition at line 51 of file LoanDelete.php. References $o_result, $o_rule, and FF_Request::getParam(). |
|
|
If the borrower has an email address we send them an email notice saying the reservation was deleted. public
Definition at line 165 of file LoanDelete.php. References FF_Request::getParam(), and FastFrame::isEmpty(). Referenced by setSuccessActionId(). |
|
|
Sets the actionId to invoke when a successful delete occurs. public
Reimplemented from FF_Action_Delete. Definition at line 102 of file LoanDelete.php. References FF_Request::getParam(), and sendNoticeToBorrower(). |
1.4.4