/gespac/config/PEAR/PEAR/Installer/Role/Ext.php
http://gespac.googlecode.com/ · PHP · 28 lines · 3 code · 1 blank · 24 comment · 0 complexity · c578fcb78bc555bb120c01d7c9daa38f MD5 · raw file
- <?php
- /**
- * PEAR_Installer_Role_Ext
- *
- * PHP versions 4 and 5
- *
- * @category pear
- * @package PEAR
- * @author Greg Beaver <cellog@php.net>
- * @copyright 1997-2009 The Authors
- * @license http://opensource.org/licenses/bsd-license.php New BSD License
- * @version CVS: $Id: Ext.php 276383 2009-02-24 23:39:37Z dufuz $
- * @link http://pear.php.net/package/PEAR
- * @since File available since Release 1.4.0a1
- */
- /**
- * @category pear
- * @package PEAR
- * @author Greg Beaver <cellog@php.net>
- * @copyright 1997-2009 The Authors
- * @license http://opensource.org/licenses/bsd-license.php New BSD License
- * @version Release: 1.9.1
- * @link http://pear.php.net/package/PEAR
- * @since Class available since Release 1.4.0a1
- */
- class PEAR_Installer_Role_Ext extends PEAR_Installer_Role_Common {}
- ?>