Script.php 857 B

12345678910111213141516171819202122232425262728
  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 <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: 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. * @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.4
  23. * @link http://pear.php.net/package/PEAR
  24. * @since Class available since Release 1.4.0a1
  25. */
  26. class PEAR_Installer_Role_Script extends PEAR_Installer_Role_Common {}
  27. ?>