Source for file Script.php

Documentation is available at Script.php

  1. <?php
  2.  
  3. /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
  4.  
  5. /**
  6. * ScriptReorganizer Type :: Script
  7. *
  8. * PHP version 5
  9. *
  10. * LICENSE: This library is free software; you can redistribute it and/or modify it
  11. * under the terms of the GNU Lesser General Public License as published by the Free
  12. * Software Foundation; either version 2.1 of the License, or (at your option) any
  13. * later version.
  14. *
  15. * @category Tools
  16. * @package ScriptReorganizer
  17. * @subpackage Type
  18. * @author Stefano F. Rausch <stefano@rausch-e.net>
  19. * @copyright 2005 Stefano F. Rausch <stefano@rausch-e.net>
  20. * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
  21. * @version SVN: $Id: Script.php 13 2005-09-12 23:21:59Z stefanorausch $
  22. * @link http://pear.php.net/package/ScriptReorganizer
  23. * @filesource
  24. */
  25.  
  26. /**
  27. * Extends <kbd>ScriptReorganizer_Type</kbd>
  28. */
  29. require_once 'ScriptReorganizer/Type.php';
  30.  
  31. /**
  32. * One-to-one reorganization
  33. *
  34. * Converts a single script file according to the
  35. * {@link ScriptReorganizer_Strategy Strategy} to apply.
  36. *
  37. * If the advanced pack mode strategy is used for optimizing, a non-ScriptReorganized
  38. * source code tree should be shipped together with the optimized one, to enable
  39. * third parties to track down undiscoverd bugs.
  40. *
  41. * @category Tools
  42. * @package ScriptReorganizer
  43. * @subpackage Type
  44. * @author Stefano F. Rausch <stefano@rausch-e.net>
  45. * @copyright 2005 Stefano F. Rausch <stefano@rausch-e.net>
  46. * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
  47. * @version Release: 0.4.0
  48. * @link http://pear.php.net/package/ScriptReorganizer
  49. */
  50. class ScriptReorganizer_Type_Script extends ScriptReorganizer_Type
  51. {
  52. /*
  53. * Tag implementation
  54. */
  55. }
  56.  
  57. /*
  58. * Local variables:
  59. * tab-width: 4
  60. * c-basic-offset: 4
  61. * c-hanging-comment-ender-p: nil
  62. * End:
  63. */
  64.  
  65. ?>

Documentation generated on Tue, 22 Nov 2005 01:57:13 +0100 by phpDocumentor 1.3.0RC3