Inheritance diagram for FF_Action_Display_Statistics:

Public Member Functions | |
| renderDisplay () | |
| renderSearchBox () | |
| getGroupAndItemStats () | |
| getLoanAndReservationStats () | |
| getBorrowerAndUserStats () | |
| getPageName () | |
| fillModelWithData () | |
| checkPerms () | |
| _getLinkedUser ($in_id) | |
Definition at line 43 of file StatisticsDisplay.php.
|
|
Gets the link to a user's profile
Definition at line 322 of file StatisticsDisplay.php. Referenced by getBorrowerAndUserStats(). |
|
|
Check the permissions on this action. public
Reimplemented from FF_Action_Display. Definition at line 306 of file StatisticsDisplay.php. |
|
|
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
Reimplemented from FF_Action_Display. Definition at line 292 of file StatisticsDisplay.php. |
|
|
Gets the html for the borrower and user stats public
Definition at line 230 of file StatisticsDisplay.php. References $s_count, and _getLinkedUser(). Referenced by renderDisplay(). |
|
|
Gets the html for the group and item stats public
Definition at line 83 of file StatisticsDisplay.php. References $a_data, $s_count, and $s_total. Referenced by renderDisplay(). |
|
|
Gets the html for the loan and reservation stats public
Definition at line 165 of file StatisticsDisplay.php. References $s_total. Referenced by renderDisplay(). |
|
|
Returns the page name for this action public
Reimplemented from FF_Action_Display. Definition at line 277 of file StatisticsDisplay.php. |
|
|
Renders the display over the table. public
Reimplemented from FF_Action_Display. Definition at line 52 of file StatisticsDisplay.php. References getBorrowerAndUserStats(), getGroupAndItemStats(), and getLoanAndReservationStats(). |
|
|
Renders the search box for this module. public
Definition at line 69 of file StatisticsDisplay.php. |
1.4.4