Source for file internal.php

Documentation is available at internal.php


1 <?php
2 /**
3 * @package Examples
4 * @author Derick Rethans <derick@php.net>
5 */
6
7 /**
8 * Class to modify files
9 *
10 * With this class you can easily modify existing files on your system.
11 * {@internal The way this class does this is kinda stupid though... }}
12 * @package Examples
13 */
14 class Modify1 {
15 }
16
17 /**
18 * Class Two to modify files
19 *
20 * With this class you can easily modify existing files on your system.
21 * @package Examples
22 * @access private
23 */
24 class Modify2 {
25 }
26 ?>

Documentation generated on Tue, 18 Nov 2003 18:06:11 +0100 by phpDocumentor 1.2.2