FF_Action_Display_Statistics Class Reference

Inheritance diagram for FF_Action_Display_Statistics:

FF_Action_Display FF_Action List of all members.

Public Member Functions

 renderDisplay ()
 renderSearchBox ()
 getGroupAndItemStats ()
 getLoanAndReservationStats ()
 getBorrowerAndUserStats ()
 getPageName ()
 fillModelWithData ()
 checkPerms ()
 _getLinkedUser ($in_id)

Detailed Description

Definition at line 43 of file StatisticsDisplay.php.


Member Function Documentation

FF_Action_Display_Statistics::_getLinkedUser in_id  ) 
 

Gets the link to a user's profile

Parameters:
string $in_id The user id
prive
Returns:
string The html that links to the user's profile

Definition at line 322 of file StatisticsDisplay.php.

Referenced by getBorrowerAndUserStats().

FF_Action_Display_Statistics::checkPerms  ) 
 

Check the permissions on this action.

public

Returns:
bool True if everything is ok, false if a new action has been set

Reimplemented from FF_Action_Display.

Definition at line 306 of file StatisticsDisplay.php.

FF_Action_Display_Statistics::fillModelWithData  ) 
 

Fills the model object with data for the field being edited. If an error occurs in getting the data we set the problem action id.

public

Returns:
bool True if the model loaded successfully, false otherwsie

Reimplemented from FF_Action_Display.

Definition at line 292 of file StatisticsDisplay.php.

FF_Action_Display_Statistics::getBorrowerAndUserStats  ) 
 

Gets the html for the borrower and user stats

public

Returns:
string The stats

Definition at line 230 of file StatisticsDisplay.php.

References $s_count, and _getLinkedUser().

Referenced by renderDisplay().

FF_Action_Display_Statistics::getGroupAndItemStats  ) 
 

Gets the html for the group and item stats

public

Returns:
string The stats

Definition at line 83 of file StatisticsDisplay.php.

References $a_data, $s_count, and $s_total.

Referenced by renderDisplay().

FF_Action_Display_Statistics::getLoanAndReservationStats  ) 
 

Gets the html for the loan and reservation stats

public

Returns:
string The stats

Definition at line 165 of file StatisticsDisplay.php.

References $s_total.

Referenced by renderDisplay().

FF_Action_Display_Statistics::getPageName  ) 
 

Returns the page name for this action

public

Returns:
string The page name

Reimplemented from FF_Action_Display.

Definition at line 277 of file StatisticsDisplay.php.

FF_Action_Display_Statistics::renderDisplay  ) 
 

Renders the display over the table.

public

Returns:
void

Reimplemented from FF_Action_Display.

Definition at line 52 of file StatisticsDisplay.php.

References getBorrowerAndUserStats(), getGroupAndItemStats(), and getLoanAndReservationStats().

FF_Action_Display_Statistics::renderSearchBox  ) 
 

Renders the search box for this module.

public

Returns:
void

Definition at line 69 of file StatisticsDisplay.php.


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