Subversion Repositories Applications.gtt

Rev

Rev 187 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
187 mathias 1
<?php
2
/**
3
 * PEAR_Installer_Role_Www
4
 *
5
 * PHP versions 4 and 5
6
 *
7
 * @category   pear
8
 * @package    PEAR
9
 * @author     Greg Beaver <cellog@php.net>
10
 * @copyright  2007-2009 The Authors
11
 * @license    http://opensource.org/licenses/bsd-license.php New BSD License
12
 * @link       http://pear.php.net/package/PEAR
13
 * @since      File available since Release 1.7.0
14
 */
15
 
16
/**
17
 * @category   pear
18
 * @package    PEAR
19
 * @author     Greg Beaver <cellog@php.net>
20
 * @copyright  2007-2009 The Authors
21
 * @license    http://opensource.org/licenses/bsd-license.php New BSD License
22
 * @version    Release: 1.10.1
23
 * @link       http://pear.php.net/package/PEAR
24
 * @since      Class available since Release 1.7.0
25
 */
26
class PEAR_Installer_Role_Www extends PEAR_Installer_Role_Common {}
27
?>