ScriptReorganizer
[ class tree: ScriptReorganizer ] [ index: ScriptReorganizer ] [ all elements ]

Source for file preLibrary.php

Documentation is available at preLibrary.php

  1. <?php
  2.  
  3. /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
  4.  
  5. /**
  6.  * File: docs/examples/source/preLibrary.php
  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.  * @author     Stefano F. Rausch <stefano@rausch-e.net>
  18.  * @copyright  2005 Stefano F. Rausch <stefano@rausch-e.net>
  19.  * @license    http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
  20.  * @version    SVN: $Id: preLibrary.php 25 2005-10-26 10:30:38Z stefanorausch $
  21.  * @link       http://pear.php.net/package/ScriptReorganizer
  22.  * @filesource
  23.  */
  24.  
  25. require_once 'ScriptReorganizer/Exception.php';
  26. require_once 'ScriptReorganizer/Strategy/Exception.php';
  27. require_once 'ScriptReorganizer/Type/Exception.php';
  28. require_once 'ScriptReorganizer/Type/Decorator/Exception.php';
  29.  
  30. require_once 'ScriptReorganizer/Strategy.php';
  31. require_once 'ScriptReorganizer/Type.php';
  32.  
  33. require_once 'ScriptReorganizer/Strategy/Route.php';
  34. require_once 'ScriptReorganizer/Strategy/Quiet.php';
  35. require_once 'ScriptReorganizer/Strategy/Pack.php';
  36.  
  37. require_once 'ScriptReorganizer/Type/Decorator.php';
  38. require_once 'ScriptReorganizer/Type/Library.php';
  39. require_once 'ScriptReorganizer/Type/Script.php';
  40.  
  41. require_once 'ScriptReorganizer/Type/Decorator/AddFooter.php';
  42. require_once 'ScriptReorganizer/Type/Decorator/AddHeader.php';
  43. require_once 'ScriptReorganizer/Type/Decorator/Bcompile.php';
  44. require_once 'ScriptReorganizer/Type/Decorator/Pharize.php';
  45.  
  46. /*
  47.  * Local variables:
  48.  * tab-width: 4
  49.  * c-basic-offset: 4
  50.  * c-hanging-comment-ender-p: nil
  51.  * End:
  52.  */
  53.  
  54. ?>

Documentation generated on Mon, 11 Mar 2019 14:10:30 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.