Show
Ignore:
Timestamp:
06/29/08 19:57:14 (5 months ago)
Author:
llaumgui
Message:

Ajout des fetch stats et online

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ez_publish/ezfluxbb/trunk/modules/ezfluxbb/function_definition.php

    r198 r200  
    4545 
    4646 
    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( 
    4874        'topics'                                => 'current_user', 
    4975        'operation_types'       => array( 'read' ), 
     
    6692                ), 
    6793        ) 
    68 ); 
     94);*/ 
    6995         
    7096 ?>