[ Index ] |
|
Code source de SPIP Agora 1.4 |
1 <?php 2 /******* Fichier Ajouté EXTRANET guillaume.grason@diplomatie.gouv.fr *******/ 3 // 4 // Base class for Action "ajouterExtranauteRubrique". 5 // 6 7 if (defined("_AUTHORIZATION_AJOUTER_EXTRANAUTE_RUBRIQUE_COMMON")) return; 8 define("_AUTHORIZATION_AJOUTER_EXTRANAUTE_RUBRIQUE_COMMON", "1"); 9 10 require_once dirname(__FILE__)."/../Action.php"; 11 12 /** 13 * ajouterExtranauteRubrique is an implementation for Common of "ajouterExtranauteRubrique" Action. 14 * @package authorization/common 15 * @author Guillaume Grason <guillaume.grason@diplomatie.gouv.fr> 16 * @access public 17 */ 18 class ajouterExtranauteRubrique_common extends Action { 19 20 } 21 22 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |