[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <?php 2 // 3 // Created on: <02-Nov-2004 13:23:10 dl> 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 31 $FunctionList = array(); 32 33 $FunctionList['version'] = array( 'name' => 'version', 34 'operation_types' => array( 'read' ), 35 'call_method' => array( 'include_file' => 'kernel/setup/ezsetupfunctioncollection.php', 36 'class' => 'eZSetupFunctionCollection', 37 'method' => 'fetchFullVersionString' ), 38 'parameter_type' => 'standard', 39 'parameters' => array( ) ); 40 $FunctionList['major_version'] = array( 'name' => 'major_version', 41 'operation_types' => array( 'read' ), 42 'call_method' => array( 'include_file' => 'kernel/setup/ezsetupfunctioncollection.php', 43 'class' => 'eZSetupFunctionCollection', 44 'method' => 'fetchMajorVersion' ), 45 'parameter_type' => 'standard', 46 'parameters' => array( ) ); 47 $FunctionList['minor_version'] = array( 'name' => 'minor_version', 48 'operation_types' => array( 'read' ), 49 'call_method' => array( 'include_file' => 'kernel/setup/ezsetupfunctioncollection.php', 50 'class' => 'eZSetupFunctionCollection', 51 'method' => 'fetchMinorVersion' ), 52 'parameter_type' => 'standard', 53 'parameters' => array( ) ); 54 $FunctionList['release'] = array( 'name' => 'release', 55 'operation_types' => array( 'read' ), 56 'call_method' => array( 'include_file' => 'kernel/setup/ezsetupfunctioncollection.php', 57 'class' => 'eZSetupFunctionCollection', 58 'method' => 'fetchRelease' ), 59 'parameter_type' => 'standard', 60 'parameters' => array( ) ); 61 $FunctionList['state'] = array( 'name' => 'state', 62 'operation_types' => array( 'read' ), 63 'call_method' => array( 'include_file' => 'kernel/setup/ezsetupfunctioncollection.php', 64 'class' => 'eZSetupFunctionCollection', 65 'method' => 'fetchState' ), 66 'parameter_type' => 'standard', 67 'parameters' => array( ) ); 68 $FunctionList['is_development'] = array( 'name' => 'is_development', 69 'operation_types' => array( 'read' ), 70 'call_method' => array( 'include_file' => 'kernel/setup/ezsetupfunctioncollection.php', 71 'class' => 'eZSetupFunctionCollection', 72 'method' => 'fetchIsDevelopment' ), 73 'parameter_type' => 'standard', 74 'parameters' => array( ) ); 75 $FunctionList['revision'] = array( 'name' => 'revision', 76 'operation_types' => array( 'read' ), 77 'call_method' => array( 'include_file' => 'kernel/setup/ezsetupfunctioncollection.php', 78 'class' => 'eZSetupFunctionCollection', 79 'method' => 'fetchRevision' ), 80 'parameter_type' => 'standard', 81 'parameters' => array( ) ); 82 $FunctionList['database_version'] = array( 'name' => 'database_version', 83 'operation_types' => array( 'read' ), 84 'call_method' => array( 'include_file' => 'kernel/setup/ezsetupfunctioncollection.php', 85 'class' => 'eZSetupFunctionCollection', 86 'method' => 'fetchDatabaseVersion' ), 87 'parameter_type' => 'standard', 88 'parameters' => array( array( 'name' => 'with_release', 89 'type' => 'bool', 90 'required' => false, 91 'default' => true ) ) ); 92 $FunctionList['database_release'] = array( 'name' => 'database_release', 93 'operation_types' => array( 'read' ), 94 'call_method' => array( 'include_file' => 'kernel/setup/ezsetupfunctioncollection.php', 95 'class' => 'eZSetupFunctionCollection', 96 'method' => 'fetchDatabaseRelease' ), 97 'parameter_type' => 'standard', 98 'parameters' => array( ) ); 99 ?>
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 |