| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /** |
|---|
| 3 | * PEAR_Installer_Role_Script |
|---|
| 4 | * |
|---|
| 5 | * PHP versions 4 and 5 |
|---|
| 6 | * |
|---|
| 7 | * @category pear |
|---|
| 8 | * @package PEAR |
|---|
| 9 | * @author Greg Beaver <[email protected]> |
|---|
| 10 | * @copyright 1997-2009 The Authors |
|---|
| 11 | * @license http://opensource.org/licenses/bsd-license.php New BSD License |
|---|
| 12 | * @version CVS: $Id: Script.php 313023 2011-07-06 19:17:11Z dufuz $ |
|---|
| 13 | * @link http://pear.php.net/package/PEAR |
|---|
| 14 | * @since File available since Release 1.4.0a1 |
|---|
| 15 | */ |
|---|
| 16 | |
|---|
| 17 | /** |
|---|
| 18 | * @category pear |
|---|
| 19 | * @package PEAR |
|---|
| 20 | * @author Greg Beaver <[email protected]> |
|---|
| 21 | * @copyright 1997-2009 The Authors |
|---|
| 22 | * @license http://opensource.org/licenses/bsd-license.php New BSD License |
|---|
| 23 | * @version Release: 1.9.4 |
|---|
| 24 | * @link http://pear.php.net/package/PEAR |
|---|
| 25 | * @since Class available since Release 1.4.0a1 |
|---|
| 26 | */ |
|---|
| 27 | class PEAR_Installer_Role_Script extends PEAR_Installer_Role_Common {} |
|---|
| 28 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.