root/trunk/examples/MyInterface.php

Revision 41, 308 bytes (checked in by mikey, 2 years ago)

converted the TestInterfaces? example

Line 
1 <?php
2 /**
3  * Interface for example purposes.
4  *
5  * @author  Stephan Schmidt <stephan.schmidt@schlund.de>
6  * @author  Frank Kleine <frank.kleine@schlund.de>
7  */
8 /**
9  * Interface for example purposes.
10  *
11  * @package     XJConf
12  * @subpackage  examples
13  */
14 interface MyInterface
15 {
16     public function foo();
17 }
18 ?>
Note: See TracBrowser for help on using the browser.