[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/kernel/collaboration/ -> function_definition.php (source)

   1  <?php
   2  //
   3  // Created on: <06-Oct-2002 16:01:10 amos>
   4  //
   5  // SOFTWARE NAME: eZ publish
   6  // SOFTWARE RELEASE: 3.9.0
   7  // BUILD VERSION: 17785
   8  // COPYRIGHT NOTICE: Copyright (C) 1999-2006 eZ systems AS
   9  // SOFTWARE LICENSE: GNU General Public License v2.0
  10  // NOTICE: >
  11  //   This program is free software; you can redistribute it and/or
  12  //   modify it under the terms of version 2.0  of the GNU General
  13  //   Public License as published by the Free Software Foundation.
  14  //
  15  //   This program is distributed in the hope that it will be useful,
  16  //   but WITHOUT ANY WARRANTY; without even the implied warranty of
  17  //   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18  //   GNU General Public License for more details.
  19  //
  20  //   You should have received a copy of version 2.0 of the GNU General
  21  //   Public License along with this program; if not, write to the Free
  22  //   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  23  //   MA 02110-1301, USA.
  24  //
  25  //
  26  
  27  /*! \file function_definition.php
  28  */
  29  
  30  $FunctionList = array();
  31  $FunctionList['participant'] = array( 'name' => 'participant',
  32                                        'operation_types' => array( 'read' ),
  33                                        'call_method' => array( 'include_file' => 'kernel/collaboration/ezcollaborationfunctioncollection.php',
  34                                                                'class' => 'eZCollaborationFunctionCollection',
  35                                                                'method' => 'fetchParticipant' ),
  36                                        'parameter_type' => 'standard',
  37                                        'parameters' => array( array( 'name' => 'item_id',
  38                                                                      'required' => true,
  39                                                                      'default' => false ),
  40                                                               array( 'name' => 'participant_id',
  41                                                                      'required' => false,
  42                                                                      'default' => false ) ) );
  43  $FunctionList['participant_list'] = array( 'name' => 'participant_list',
  44                                             'operation_types' => array( 'read' ),
  45                                             'call_method' => array( 'include_file' => 'kernel/collaboration/ezcollaborationfunctioncollection.php',
  46                                                                     'class' => 'eZCollaborationFunctionCollection',
  47                                                                     'method' => 'fetchParticipantList' ),
  48                                             'parameter_type' => 'standard',
  49                                             'parameters' => array( array( 'name' => 'item_id',
  50                                                                           'required' => false,
  51                                                                           'default' => false ),
  52                                                                    array( 'name' => 'sort_by',
  53                                                                           'required' => false,
  54                                                                           'default' => false ),
  55                                                                    array( 'name' => 'offset',
  56                                                                           'required' => false,
  57                                                                           'default' => false ),
  58                                                                    array( 'name' => 'limit',
  59                                                                           'required' => false,
  60                                                                           'default' => false ) ) );
  61  $FunctionList['participant_map'] = array( 'name' => 'participant_map',
  62                                            'operation_types' => array( 'read' ),
  63                                            'call_method' => array( 'include_file' => 'kernel/collaboration/ezcollaborationfunctioncollection.php',
  64                                                                    'class' => 'eZCollaborationFunctionCollection',
  65                                                                    'method' => 'fetchParticipantMap' ),
  66                                             'parameter_type' => 'standard',
  67                                            'parameters' => array( array( 'name' => 'item_id',
  68                                                                          'required' => false,
  69                                                                          'default' => false ),
  70                                                                   array( 'name' => 'sort_by',
  71                                                                          'required' => false,
  72                                                                          'default' => false ),
  73                                                                   array( 'name' => 'offset',
  74                                                                          'required' => false,
  75                                                                          'default' => false ),
  76                                                                   array( 'name' => 'limit',
  77                                                                          'required' => false,
  78                                                                          'default' => false ),
  79                                                                   array( 'name' => 'field',
  80                                                                          'required' => false,
  81                                                                          'default' => false ) ) );
  82  $FunctionList['message_list'] = array( 'name' => 'message_list',
  83                                         'operation_types' => array( 'read' ),
  84                                         'call_method' => array( 'include_file' => 'kernel/collaboration/ezcollaborationfunctioncollection.php',
  85                                                                 'class' => 'eZCollaborationFunctionCollection',
  86                                                                 'method' => 'fetchMessageList' ),
  87                                         'parameter_type' => 'standard',
  88                                         'parameters' => array( array( 'name' => 'item_id',
  89                                                                       'required' => true,
  90                                                                       'default' => false ),
  91                                                                array( 'name' => 'sort_by',
  92                                                                       'required' => false,
  93                                                                       'default' => false ),
  94                                                                array( 'name' => 'offset',
  95                                                                       'required' => false,
  96                                                                       'default' => false ),
  97                                                                array( 'name' => 'limit',
  98                                                                       'required' => false,
  99                                                                       'default' => false ) ) );
 100  $FunctionList['item_list'] = array( 'name' => 'item_list',
 101                                      'operation_types' => array( 'read' ),
 102                                      'call_method' => array( 'include_file' => 'kernel/collaboration/ezcollaborationfunctioncollection.php',
 103                                                              'class' => 'eZCollaborationFunctionCollection',
 104                                                              'method' => 'fetchItemList' ),
 105                                      'parameter_type' => 'standard',
 106                                      'parameters' => array( array( 'name' => 'sort_by',
 107                                                                    'required' => false,
 108                                                                    'default' => false ),
 109                                                             array( 'name' => 'offset',
 110                                                                    'required' => false,
 111                                                                    'default' => false ),
 112                                                             array( 'name' => 'limit',
 113                                                                    'required' => false,
 114                                                                    'default' => false ),
 115                                                             array( 'name' => 'status',
 116                                                                    'required' => false,
 117                                                                    'default' => false ),
 118                                                             array( 'name' => 'is_read',
 119                                                                    'required' => false,
 120                                                                    'default' => null ),
 121                                                             array( 'name' => 'is_active',
 122                                                                    'required' => false,
 123                                                                    'default' => null ),
 124                                                             array( 'name' => 'parent_group_id',
 125                                                                    'required' => false,
 126                                                                    'default' => null ) ) );
 127  $FunctionList['item_count'] = array( 'name' => 'item_count',
 128                                       'operation_types' => array( 'read' ),
 129                                       'call_method' => array( 'include_file' => 'kernel/collaboration/ezcollaborationfunctioncollection.php',
 130                                                               'class' => 'eZCollaborationFunctionCollection',
 131                                                               'method' => 'fetchItemCount' ),
 132                                       'parameter_type' => 'standard',
 133                                       'parameters' => array( array( 'name' => 'is_read',
 134                                                                     'required' => false,
 135                                                                     'default' => null ),
 136                                                              array( 'name' => 'is_active',
 137                                                                     'required' => false,
 138                                                                     'default' => null ),
 139                                                              array( 'name' => 'parent_group_id',
 140                                                                     'required' => false,
 141                                                                     'default' => null ),
 142                                                              array( 'name' => 'status',
 143                                                                     'required' => false,
 144                                                                     'default' => false ) ) );
 145  $FunctionList['group_tree'] = array( 'name' => 'group_tree',
 146                                 'operation_types' => array( 'read' ),
 147                                 'call_method' => array( 'include_file' => 'kernel/collaboration/ezcollaborationfunctioncollection.php',
 148                                                         'class' => 'eZCollaborationFunctionCollection',
 149                                                         'method' => 'fetchGroupTree' ),
 150                                 'parameter_type' => 'standard',
 151                                 'parameters' => array( array( 'name' => 'parent_group_id',
 152                                                               'required' => true ),
 153                                                        array( 'name' => 'sort_by',
 154                                                               'required' => false,
 155                                                               'default' => false ),
 156                                                        array( 'name' => 'offset',
 157                                                               'required' => false,
 158                                                               'default' => false ),
 159                                                        array( 'name' => 'limit',
 160                                                               'required' => false,
 161                                                               'default' => false ),
 162                                                        array( 'name' => 'depth',
 163                                                               'required' => false,
 164                                                               'default' => false ) ) );
 165  
 166  $FunctionList['tree_count'] = array( 'name' => 'tree_count',
 167                                       'operation_types' => array( 'read' ),
 168                                       'call_method' => array( 'include_file' => 'kernel/content/ezcontentfunctioncollection.php',
 169                                                               'class' => 'eZContentFunctionCollection',
 170                                                               'method' => 'fetchObjectTreeCount' ),
 171                                       'parameter_type' => 'standard',
 172                                       'parameters' => array( array( 'name' => 'parent_node_id',
 173                                                                     'required' => true ),
 174                                                              array( 'name' => 'class_filter_type',
 175                                                                     'required' => false,
 176                                                                     'default' => false ),
 177                                                              array( 'name' => 'class_filter_array',
 178                                                                     'required' => false,
 179                                                                     'default' => false ),
 180                                                              array( 'name' => 'depth',
 181                                                                     'required' => false,
 182                                                                     'default' => 0 ) ) );
 183  
 184  ?>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7