| 1 |
<? |
<? |
| 2 |
|
/** |
| 3 |
|
* This file contains the Application::ComponentLoader module. |
| 4 |
|
* |
| 5 |
|
* @author Andreas Motl <andreas.motl@ilo.de> |
| 6 |
|
* @package org.netfrag.glib |
| 7 |
|
* @name Application::ComponentLoader |
| 8 |
|
* |
| 9 |
|
*/ |
| 10 |
|
|
| 11 |
|
|
| 12 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
| 13 |
// $Id$ |
// $Id$ |
| 14 |
// ------------------------------------------------------------------------- |
// ------------------------------------------------------------------------- |
| 15 |
// $Log$ |
// $Log$ |
| 16 |
|
// Revision 1.2 2003/03/05 23:16:47 joko |
| 17 |
|
// updated docu - phpDocumentor is very strict about its 'blocks'... |
| 18 |
|
// |
| 19 |
// Revision 1.1 2003/03/03 21:11:39 joko |
// Revision 1.1 2003/03/03 21:11:39 joko |
| 20 |
// refactored from flib/Site/Loader |
// refactored from flib/Site/Loader |
| 21 |
// |
// |
| 48 |
|
|
| 49 |
loadModule('Class::Logger'); |
loadModule('Class::Logger'); |
| 50 |
|
|
| 51 |
|
|
| 52 |
|
/** |
| 53 |
|
* This file contains the Application::ComponentLoader class. |
| 54 |
|
* |
| 55 |
|
* @author Andreas Motl <andreas.motl@ilo.de> |
| 56 |
|
* @package org.netfrag.glib |
| 57 |
|
* @subpackage Application |
| 58 |
|
* @name Application::ComponentLoader |
| 59 |
|
* |
| 60 |
|
*/ |
| 61 |
class Application_ComponentLoader extends Class_Logger { |
class Application_ComponentLoader extends Class_Logger { |
| 62 |
|
|
| 63 |
var $parent; |
var $parent; |