[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <?php 2 // 3 // Definition of eZRoleFunctionCollection class 4 // 5 // Created on: <17-Nov-2004 19:58:43 sp> 6 // 7 8 // SOFTWARE NAME: eZ publish 9 // SOFTWARE RELEASE: 3.9.0 10 // BUILD VERSION: 17785 11 // COPYRIGHT NOTICE: Copyright (C) 1999-2006 eZ systems AS 12 // SOFTWARE LICENSE: GNU General Public License v2.0 13 // NOTICE: > 14 // This program is free software; you can redistribute it and/or 15 // modify it under the terms of version 2.0 of the GNU General 16 // Public License as published by the Free Software Foundation. 17 // 18 // This program is distributed in the hope that it will be useful, 19 // but WITHOUT ANY WARRANTY; without even the implied warranty of 20 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 // GNU General Public License for more details. 22 // 23 // You should have received a copy of version 2.0 of the GNU General 24 // Public License along with this program; if not, write to the Free 25 // Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 26 // MA 02110-1301, USA. 27 // 28 // 29 30 /*! \file ezrolefunctioncollection.php 31 */ 32 33 /*! 34 \class eZRoleFunctionCollection ezrolefunctioncollection.php 35 \brief The class eZRoleFunctionCollection does 36 37 */ 38 39 class eZRoleFunctionCollection 40 { 41 /*! 42 Constructor 43 */ 44 function eZRoleFunctionCollection() 45 { 46 } 47 48 function fetchRole( $roleID ) 49 { 50 include_once ( 'kernel/classes/ezrole.php' ); 51 $role = eZRole::fetch( $roleID ); 52 return array( 'result' => $role ); 53 } 54 55 } 56 57 ?>
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 |