FF_Action_Display_Loan Class Reference

Inheritance diagram for FF_Action_Display_Loan:

FF_Action_Display FF_Action List of all members.

Public Member Functions

 renderDisplay ()
 renderAdditionalLinks ()
 renderSearchBox ()
 getTableData ($in_isEmail=false)
 getSingularText ()
 getPageName ()
 sendConfirmationToBorrower ()
 _boolToString ($in_bool, $in_isEmail)

Detailed Description

Definition at line 42 of file LoanDisplay.php.


Member Function Documentation

FF_Action_Display_Loan::_boolToString in_bool,
in_isEmail
 

Converts a boolean to either a string if $in_isEmail is true or an image that reflects either true/false.

Parameters:
$in_bool The boolean.
$in_isEmail Whether this is for an email or not.
private
Returns:
string The string reflecting true or false

Definition at line 389 of file LoanDisplay.php.

FF_Action_Display_Loan::getPageName  ) 
 

Returns the page name for this action

public

Returns:
string The page name

Reimplemented from FF_Action_Display.

Definition at line 327 of file LoanDisplay.php.

References FF_Request::getParam().

FF_Action_Display_Loan::getSingularText  ) 
 

Gets the text that describes a singular version of the loans displayed

public

Returns:
string The singular text

Reimplemented from FF_Action_Display.

Definition at line 305 of file LoanDisplay.php.

FF_Action_Display_Loan::getTableData in_isEmail = false  ) 
 

Gets the headers that we make a basic table out of.

Parameters:
bool $in_isEmail (optional) Is this an email?
public
Returns:
array

Definition at line 153 of file LoanDisplay.php.

References $a_data, FF_Request::getParam(), and FastFrame::isEmpty().

Referenced by sendConfirmationToBorrower().

FF_Action_Display_Loan::renderAdditionalLinks  ) 
 

Renders additional links on the page

public

Returns:
void

Definition at line 92 of file LoanDisplay.php.

References FF_Request::getParam(), print, and FastFrame::selfURL().

Referenced by renderDisplay().

FF_Action_Display_Loan::renderDisplay  ) 
 

Renders the display over the table.

public

Returns:
void

Reimplemented from FF_Action_Display.

Definition at line 51 of file LoanDisplay.php.

References FF_Request::getParam(), renderAdditionalLinks(), and sendConfirmationToBorrower().

FF_Action_Display_Loan::renderSearchBox  ) 
 

Renders the search box for this module.

public

Returns:
void

Definition at line 137 of file LoanDisplay.php.

FF_Action_Display_Loan::sendConfirmationToBorrower  ) 
 

If the borrower has an email address we send them an email confirmation.

public

Returns:
bool True if the email was sent successfully, false otherwise

Definition at line 346 of file LoanDisplay.php.

References $a_data, and getTableData().

Referenced by renderDisplay().


The documentation for this class was generated from the following file:
Generated on Fri Jun 23 11:38:23 2006 for FastFrame by  doxygen 1.4.4