[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <?php 2 // 3 // Created on: <23-May-2003 16:45:07 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 32 $FunctionList['object'] = array( 'name' => 'object', 33 'call_method' => array( 'include_file' => 'kernel/section/ezsectionfunctioncollection.php', 34 'class' => 'eZSectionFunctionCollection', 35 'method' => 'fetchSectionObject' ), 36 'parameter_type' => 'standard', 37 'parameters' => array( array( 'name' => 'section_id', 38 'type' => 'integer', 39 'required' => true ) ) ); 40 41 $FunctionList['list'] = array( 'name' => 'list', 42 'call_method' => array( 'include_file' => 'kernel/section/ezsectionfunctioncollection.php', 43 'class' => 'eZSectionFunctionCollection', 44 'method' => 'fetchSectionList' ), 45 'parameter_type' => 'standard', 46 'parameters' => array( ) ); 47 48 $FunctionList['object_list'] = array( 'name' => 'object_list', 49 'call_method' => array( 'include_file' => 'kernel/section/ezsectionfunctioncollection.php', 50 'class' => 'eZSectionFunctionCollection', 51 'method' => 'fetchObjectList' ), 52 'parameter_type' => 'standard', 53 'parameters' => array( array( 'name' => 'section_id', 54 'type' => 'integer', 55 'required' => true ), 56 array( 'name' => 'offset', 57 'type' => 'integer', 58 'required' => false, 59 'default' => false ), 60 array( 'name' => 'limit', 61 'type' => 'integer', 62 'required' => false, 63 'default' => false ), 64 array( 'name' => 'sort_order', 65 'type' => 'variant', 66 'required' => false, 67 'default' => false ) ) ); 68 69 $FunctionList['object_list_count'] = array( 'name' => 'object_list_count', 70 'call_method' => array( 'include_file' => 'kernel/section/ezsectionfunctioncollection.php', 71 'class' => 'eZSectionFunctionCollection', 72 'method' => 'fetchObjectListCount' ), 73 'parameter_type' => 'standard', 74 'parameters' => array( array( 'name' => 'section_id', 75 'type' => 'integer', 76 'required' => true ) ) ); 77 78 $FunctionList['roles'] = array( 'name' => 'roles', 79 'call_method' => array( 'include_file' => 'kernel/section/ezsectionfunctioncollection.php', 80 'class' => 'eZSectionFunctionCollection', 81 'method' => 'fetchRoles' ), 82 'parameter_type' => 'standard', 83 'parameters' => array( array( 'name' => 'section_id', 84 'type' => 'integer', 85 'required' => true ) ) ); 86 87 $FunctionList['user_roles'] = array( 'name' => 'user_roles', 88 'call_method' => array( 'include_file' => 'kernel/section/ezsectionfunctioncollection.php', 89 'class' => 'eZSectionFunctionCollection', 90 'method' => 'fetchUserRoles' ), 91 'parameter_type' => 'standard', 92 'parameters' => array( array( 'name' => 'section_id', 93 'type' => 'integer', 94 'required' => true ) ) ); 95 96 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |