[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <?php 2 // 3 // Created on: <14-May-2003 16:37:37 sp> 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['handler_list'] = array( 'name' => 'handler_list', 32 'operation_types' => array( 'read' ), 33 'call_method' => array( 'include_file' => 'kernel/notification/eznotificationfunctioncollection.php', 34 'class' => 'eZNotificationFunctionCollection', 35 'method' => 'handlerList' ), 36 'parameter_type' => 'standard', 37 'parameters' => array( ) ); 38 39 $FunctionList['digest_handlers'] = array( 'name' => 'digest_handlers', 40 'operation_types' => array( 'read' ), 41 'call_method' => array( 'include_file' => 'kernel/notification/eznotificationfunctioncollection.php', 42 'class' => 'eZNotificationFunctionCollection', 43 'method' => 'digestHandlerList' ), 44 'parameter_type' => 'standard', 45 'parameters' => array( array( 'name' => 'date', 46 'type' => 'integer', 47 'required' => true ), 48 array( 'name' => 'address', 49 'type' => 'string', 50 'required' => true ) ) ); 51 52 53 $FunctionList['digest_items'] = array( 'name' => 'digest_items', 54 'operation_types' => array( 'read' ), 55 'call_method' => array( 'include_file' => 'kernel/notification/eznotificationfunctioncollection.php', 56 'class' => 'eZNotificationFunctionCollection', 57 'method' => 'digestItems' ), 58 'parameter_type' => 'standard', 59 'parameters' => array( array( 'name' => 'date', 60 'type' => 'integer', 61 'required' => true ), 62 array( 'name' => 'address', 63 'type' => 'string', 64 'required' => true ), 65 array( 'name' => 'handler', 66 'type' => 'string', 67 'required' => true ) ) ); 68 69 70 $FunctionList['event_content'] = array( 'name' => 'event_content', 71 'operation_types' => array( 'read' ), 72 'call_method' => array( 'include_file' => 'kernel/notification/eznotificationfunctioncollection.php', 73 'class' => 'eZNotificationFunctionCollection', 74 'method' => 'eventContent' ), 75 'parameter_type' => 'standard', 76 'parameters' => array( array( 'name' => 'event_id', 77 'type' => 'integer', 78 'required' => true ) ) ); 79 80 $FunctionList['subscribed_nodes'] = array( 'name' => 'subscribed_nodes', 81 'operation_types' => array( 'read' ), 82 'call_method' => array( 'include_file' => 'kernel/notification/eznotificationfunctioncollection.php', 83 'class' => 'eZNotificationFunctionCollection', 84 'method' => 'subscribedNodes' ), 85 'parameter_type' => 'standard', 86 'parameters' => array( array( 'name' => 'offset', 87 'type' => 'integer', 88 'default' => false, 89 'required' => false ), 90 array( 'name' => 'limit', 91 'type' => 'integer', 92 'default' => false, 93 'required' => false ) ) ); 94 95 $FunctionList['subscribed_nodes_count'] = array( 'name' => 'subscribed_nodes_count', 96 'operation_types' => array( 'read' ), 97 'call_method' => array( 'include_file' => 'kernel/notification/eznotificationfunctioncollection.php', 98 'class' => 'eZNotificationFunctionCollection', 99 'method' => 'subscribedNodesCount' ), 100 'parameter_type' => 'standard', 101 'parameters' => array() ); 102 103 ?>
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 |