[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/kernel/role/ -> function_definition.php (source)

   1  <?php
   2  //
   3  // Definition of Function_definition class
   4  //
   5  // Created on: <17-Nov-2004 19:54:51 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 function_definition.php
  31  */
  32  
  33  $FunctionList = array();
  34  $FunctionList['role'] = array( 'name' => 'role',
  35                                 'operation_types' => array( 'read' ),
  36                                 'call_method' => array( 'include_file' => 'kernel/role/ezrolefunctioncollection.php',
  37                                                         'class' => 'eZRoleFunctionCollection',
  38                                                         'method' => 'fetchRole' ),
  39                                 'parameter_type' => 'standard',
  40                                 'parameters' => array( array( 'name' => 'role_id',
  41                                                               'type' => 'integer',
  42                                                               'required' => true ) ) );
  43  
  44  ?>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7