/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

  1. <?php
  2. /**
  3. * PEAR_Installer_Role_Ext
  4. *
  5. * PHP versions 4 and 5
  6. *
  7. * @category pear
  8. * @package PEAR
  9. * @author Greg Beaver <cellog@php.net>
  10. * @copyright 1997-2009 The Authors
  11. * @license http://opensource.org/licenses/bsd-license.php New BSD License
  12. * @version CVS: $Id: Ext.php 276383 2009-02-24 23:39:37Z dufuz $
  13. * @link http://pear.php.net/package/PEAR
  14. * @since File available since Release 1.4.0a1
  15. */
  16. /**
  17. * @category pear
  18. * @package PEAR
  19. * @author Greg Beaver <cellog@php.net>
  20. * @copyright 1997-2009 The Authors
  21. * @license http://opensource.org/licenses/bsd-license.php New BSD License
  22. * @version Release: 1.9.1
  23. * @link http://pear.php.net/package/PEAR
  24. * @since Class available since Release 1.4.0a1
  25. */
  26. class PEAR_Installer_Role_Ext extends PEAR_Installer_Role_Common {}
  27. ?>