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_Man
4
 *
5
 * PHP versions 4 and 5
6
 *
7
 * @category   pear
8
 * @package    PEAR
9
 * @author     Hannes Magnusson <bjori@php.net>
10
 * @copyright  2011 The Authors
11
 * @license    http://opensource.org/licenses/bsd-license.php New BSD License
12
 * @version    SVN: $Id: $
13
 * @link       http://pear.php.net/package/PEAR
14
 * @since      File available since Release 1.10.0
15
 */
16
 
17
/**
18
 * @category   pear
19
 * @package    PEAR
20
 * @author     Hannes Magnusson <bjori@php.net>
21
 * @copyright  2011 The Authors
22
 * @license    http://opensource.org/licenses/bsd-license.php New BSD License
23
 * @version    Release: 1.10.1
24
 * @link       http://pear.php.net/package/PEAR
25
 * @since      Class available since Release 1.10.0
26
 */
27
class PEAR_Installer_Role_Man extends PEAR_Installer_Role_Common {}
28
?>