| 47 | | $FunctionList['topics'] = array( |
| | 47 | $FunctionList['stats'] = array( |
| | 48 | 'name' => 'stats', |
| | 49 | 'operation_types' => array( 'read' ), |
| | 50 | 'call_method' => array( |
| | 51 | 'include_file' => 'extension/ezfluxbb/classes/ezfluxbbfetchfonctions.php', |
| | 52 | 'class' => 'eZFluxBBFetchFonctions', |
| | 53 | 'method' => 'fetchStats' |
| | 54 | ), |
| | 55 | 'parameter_type' => 'standard', |
| | 56 | 'parameters' => array( ) |
| | 57 | ); |
| | 58 | |
| | 59 | |
| | 60 | $FunctionList['online'] = array( |
| | 61 | 'name' => 'online', |
| | 62 | 'operation_types' => array( 'read' ), |
| | 63 | 'call_method' => array( |
| | 64 | 'include_file' => 'extension/ezfluxbb/classes/ezfluxbbfetchfonctions.php', |
| | 65 | 'class' => 'eZFluxBBFetchFonctions', |
| | 66 | 'method' => 'fetchOnline' |
| | 67 | ), |
| | 68 | 'parameter_type' => 'standard', |
| | 69 | 'parameters' => array( ) |
| | 70 | ); |
| | 71 | |
| | 72 | |
| | 73 | /*$FunctionList['topics'] = array( |