[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 3 /** 4 * 5 * Example plugin for unit testing. 6 * 7 * @version $Id: Savant2_Plugin_example.php 18360 2005-05-26 19:38:09Z mipmip $ 8 * 9 */ 10 11 require_once 'Savant2/Plugin.php'; 12 13 class Savant2_Plugin_example extends Savant2_Plugin { 14 15 var $msg = "Example: "; 16 17 function plugin() 18 { 19 echo $this->msg . "this is an example!"; 20 } 21 } 22 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |