Inheritance diagram for FF_Action_Display_Loan:

Public Member Functions | |
| renderDisplay () | |
| renderAdditionalLinks () | |
| renderSearchBox () | |
| getTableData ($in_isEmail=false) | |
| getSingularText () | |
| getPageName () | |
| sendConfirmationToBorrower () | |
| _boolToString ($in_bool, $in_isEmail) | |
Definition at line 42 of file LoanDisplay.php.
|
||||||||||||
|
Converts a boolean to either a string if $in_isEmail is true or an image that reflects either true/false.
Definition at line 389 of file LoanDisplay.php. |
|
|
Returns the page name for this action public
Reimplemented from FF_Action_Display. Definition at line 327 of file LoanDisplay.php. References FF_Request::getParam(). |
|
|
Gets the text that describes a singular version of the loans displayed public
Reimplemented from FF_Action_Display. Definition at line 305 of file LoanDisplay.php. |
|
|
Gets the headers that we make a basic table out of.
Definition at line 153 of file LoanDisplay.php. References $a_data, FF_Request::getParam(), and FastFrame::isEmpty(). Referenced by sendConfirmationToBorrower(). |
|
|
Renders additional links on the page public
Definition at line 92 of file LoanDisplay.php. References FF_Request::getParam(), print, and FastFrame::selfURL(). Referenced by renderDisplay(). |
|
|
Renders the display over the table. public
Reimplemented from FF_Action_Display. Definition at line 51 of file LoanDisplay.php. References FF_Request::getParam(), renderAdditionalLinks(), and sendConfirmationToBorrower(). |
|
|
Renders the search box for this module. public
Definition at line 137 of file LoanDisplay.php. |
|
|
If the borrower has an email address we send them an email confirmation. public
Definition at line 346 of file LoanDisplay.php. References $a_data, and getTableData(). Referenced by renderDisplay(). |
1.4.4