[ Index ] |
|
Code source de eZ Publish 3.9.0 |
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['list'] = array( 'name' => 'list', 32 'operation_types' => array( 'read' ), 33 'call_method' => array( 'include_file' => 'kernel/class/ezclassfunctioncollection.php', 34 'class' => 'eZClassFunctionCollection', 35 'method' => 'fetchClassList' ), 36 'parameter_type' => 'standard', 37 'parameters' => array( array( 'name' => 'class_filter', 38 'type' => 'array', 39 'required' => false, 40 'default' => false ) ) ); 41 42 $FunctionList['latest_list'] = array( 'operation_types' => array( 'read' ), 43 'call_method' => array( 'include_file' => 'kernel/class/ezclassfunctioncollection.php', 44 'class' => 'eZClassFunctionCollection', 45 'method' => 'fetchLatestClassList' ), 46 'parameter_type' => 'standard', 47 'parameters' => array( array( 'name' => 'offset', 48 'type' => 'integer', 49 'required' => false, 50 'default' => false ), 51 array( 'name' => 'limit', 52 'type' => 'integer', 53 'required' => false, 54 'default' => false ) ) ); 55 56 $FunctionList['attribute_list'] = array( 'name' => 'attribute_list', 57 'operation_types' => array( 'read' ), 58 'call_method' => array( 'include_file' => 'kernel/class/ezclassfunctioncollection.php', 59 'class' => 'eZClassFunctionCollection', 60 'method' => 'fetchClassAttributeList' ), 61 'parameter_type' => 'standard', 62 'parameters' => array( array( 'name' => 'class_id', 63 'type' => 'integer', 64 'required' => true ) ) ); 65 66 67 68 $FunctionList['override_template_list'] = array( 'name' => 'override_template_list', 69 'operation_types' => array( 'read' ), 70 'call_method' => array( 'include_file' => 'kernel/class/ezclassfunctioncollection.php', 71 'class' => 'eZClassFunctionCollection', 72 'method' => 'fetchOverrideTemplateList' ), 73 'parameter_type' => 'standard', 74 'parameters' => array( array( 'name' => 'class_id', 75 'type' => 'integer', 76 'required' => true ) ) ); 77 78 ?>
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 |