"TYPO3 4.0.1: tx_indexedsearch_modfunc2 Class Reference", "datetime" => "Sat Dec 2 19:27:16 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
main () | |
showStats () | |
listSeveralStats ($title, $addwhere, $conf) | |
extGetTreeList ($id, $depth, $begin=0, $perms_clause) | |
& | hookRequest ($functionName) |
Definition at line 60 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 199 of file class.tx_indexedsearch_modfunc2.php. References t3lib_tsfeBeUserAuth::extGetTreeList(). Referenced by listSeveralStats(). |
|
Returns an object reference to the hook object if any
Definition at line 210 of file class.tx_indexedsearch_modfunc2.php. References t3lib_div::getUserObj(). Referenced by showStats(). |
|
Generates html table with title and several statistics
Definition at line 121 of file class.tx_indexedsearch_modfunc2.php. References extGetTreeList(). |
|
Calls showStats to generate output.
Definition at line 67 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 88 of file class.tx_indexedsearch_modfunc2.php. References hookRequest(). Referenced by main(). |