[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

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

   1  <?php
   2  //
   3  // Created on: <20-Sep-2006 23:23:23 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['list_count'] = array( 'name' => 'list_count',
  32                                       'operation_types' => array( 'read' ),
  33                                       'call_method' => array( 'include_file' => 'kernel/search/ezsearchfunctioncollection.php',
  34                                                         'class' => 'eZSearchFunctionCollection',
  35                                                         'method' => 'fetchSearchListCount' ),
  36                                        'parameter_type' => 'standard',
  37                                        'parameters' => array() );
  38  $FunctionList['list'] = array( 'name' => 'list',
  39                                 'operation_types' => array( 'read' ),
  40                                 'call_method' => array( 'include_file' => 'kernel/search/ezsearchfunctioncollection.php',
  41                                                         'class' => 'eZSearchFunctionCollection',
  42                                                         'method' => 'fetchSearchList' ),
  43                                        'parameter_type' => 'standard',
  44                                        'parameters' => array( array( 'name' => 'offset',
  45                                                                      'type' => 'integer',
  46                                                                      'required' => false,
  47                                                                      'default' => false ),
  48                                                               array( 'name' => 'limit',
  49                                                                      'type' => 'integer',
  50                                                                      'required' => false,
  51                                                                      'default' => false ) ) );
  52  ?>


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