[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <?php 2 // 3 // Definition of Module class 4 // 5 // Created on: <14-May-2003 16:29:33 sp> 6 // 7 // SOFTWARE NAME: eZ publish 8 // SOFTWARE RELEASE: 3.9.0 9 // BUILD VERSION: 17785 10 // COPYRIGHT NOTICE: Copyright (C) 1999-2006 eZ systems AS 11 // SOFTWARE LICENSE: GNU General Public License v2.0 12 // NOTICE: > 13 // This program is free software; you can redistribute it and/or 14 // modify it under the terms of version 2.0 of the GNU General 15 // Public License as published by the Free Software Foundation. 16 // 17 // This program is distributed in the hope that it will be useful, 18 // but WITHOUT ANY WARRANTY; without even the implied warranty of 19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 // GNU General Public License for more details. 21 // 22 // You should have received a copy of version 2.0 of the GNU General 23 // Public License along with this program; if not, write to the Free 24 // Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 25 // MA 02110-1301, USA. 26 // 27 // 28 29 /*! \file module.php 30 */ 31 32 $Module = array( "name" => "eZNotification", 33 "variable_params" => true ); 34 35 36 $ViewList = array(); 37 $ViewList["settings"] = array( 38 "functions" => array( 'use' ), 39 "script" => "settings.php", 40 'ui_context' => 'administration', 41 "default_navigation_part" => 'ezmynavigationpart', 42 "params" => array( ), 43 'unordered_params' => array( 'offset' => 'Offset' ) ); 44 45 $ViewList["runfilter"] = array( 46 "functions" => array( 'administrate' ), 47 "script" => "runfilter.php", 48 'ui_context' => 'administration', 49 "default_navigation_part" => 'ezsetupnavigationpart', 50 "params" => array( ) ); 51 52 $ViewList["addtonotification"] = array( 53 "functions" => array( 'use' ), 54 "script" => "addtonotification.php", 55 'ui_context' => 'administration', 56 "default_navigation_part" => 'ezcontentnavigationpart', 57 "params" => array( 'ContentNodeID' ) ); 58 59 $FunctionList['use'] = array( ); 60 $FunctionList['administrate'] = array( ); 61 62 63 ?>
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 |