Documentation TYPO3 par Ameos |
Public Member Functions | |
main () | |
showStats () | |
listSeveralStats ($title, $addwhere, $conf) | |
extGetTreeList ($id, $depth, $begin=0, $perms_clause) |
50: class tx_indexedsearch_modfunc2 extends t3lib_extobjbase 57: function main() 79: function showStats() 107: function listSeveralStats($title,$addwhere,$conf) 186: function extGetTreeList($id,$depth,$begin = 0,$perms_clause)
TOTAL FUNCTIONS: 4 (This index is automatically created/updated by the extension "extdeveval")
Definition at line 50 of file class.tx_indexedsearch_modfunc2.php.
|
Calls t3lib_tsfeBeUserAuth::extGetTreeList. Although this duplicates the function t3lib_tsfeBeUserAuth::extGetTreeList this is necessary to create the object that is used recursively by the original function. Generates a list of Page-uid's from $id. List does not include $id itself The only pages excluded from the list are deleted pages.
Definition at line 186 of file class.tx_indexedsearch_modfunc2.php. References t3lib_tsfeBeUserAuth::extGetTreeList(). |
|
Generates html table with title and several statistics
Definition at line 107 of file class.tx_indexedsearch_modfunc2.php. |
|
Calls showStats to generate output.
Definition at line 57 of file class.tx_indexedsearch_modfunc2.php. References t3lib_BEfunc::getFuncCheck(), and showStats(). |
|
Generates html table containing the statistics. Calls listSeveralStats 3 times, for all statistics, statistics of the last 30 days and statistics of the last 24 hours.
Definition at line 79 of file class.tx_indexedsearch_modfunc2.php. Referenced by main(). |