Subversion Repositories Applications.gtt

Rev

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

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