/[cvs]/nfo/php/libs/org.netfrag.glib/Application/ComponentRegistry.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/Application/ComponentRegistry.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Sat Mar 1 15:29:11 2003 UTC revision 1.7 by joko, Tue Mar 11 02:14:23 2003 UTC
# Line 1  Line 1 
1  <?php  <?php
   
2  /**  /**
3   * This file contains the Application::ComponentRegistry class.   * This file contains the Application::ComponentRegistry class.
4   *   *
5   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
6   * @package phpHtmlLib   * @package org.netfrag.glib
7     * @name Application::ComponentRegistry
8     *
9   */   */
10    
11  /**  /**
12     * <b>Cvs-Log:</b>
13     *
14     * <pre>
15   * $Id$   * $Id$
16   *   *
17   * $Log$   * $Log$
18     * Revision 1.7  2003/03/11 02:14:23  joko
19     * + fixed metadata for phpDocumentor
20     *
21     * Revision 1.6  2003/03/11 02:04:35  joko
22     * + fixed metadata for phpDocumentor
23     *
24     * Revision 1.5  2003/03/11 01:42:57  joko
25     * + fixed metadata for phpDocumentor
26     *
27     * Revision 1.4  2003/03/11 01:22:22  joko
28     * + fixed metadata for phpDocumentor
29     *
30     * Revision 1.3  2003/03/10 23:25:02  joko
31     * + fixed metadata for phpDocumentor
32     *
33     * Revision 1.2  2003/03/05 18:54:42  joko
34     * updated docu - phpDocumentor is very strict about its 'blocks'...
35     *
36   * Revision 1.1  2003/03/01 15:29:11  joko   * Revision 1.1  2003/03/01 15:29:11  joko
37   * + initial commit   * + initial commit
38   *   * </pre>
39   *   *
40   */   */
41    
# Line 36  Line 58 
58   * stuff conveniently 1:1 in userspace.   * stuff conveniently 1:1 in userspace.
59   *   *
60   * references:   * references:
61   *   - package=org.netfrag.glib, module=DesignPattern::MVC   * <ul>
62   *   - package=lib.admin.frontend, module=TsBackend: $this->_mvc->add_view( ... )   * <li>package=org.netfrag.glib, module=DesignPattern::MVC</li>
63     * <li>package=lib.admin.frontend, module=TsBackend: $this->_mvc->add_view( ... )</li>
64     * </ul>
65   *   *
66   *   *
67   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
68   * @copyright (c) 2003 - All Rights reserved.   * @copyright (c) 2003 - All Rights reserved.
69   * @license GNU LGPL (GNU Lesser General Public License)   * @license GNU LGPL (GNU Lesser General Public License)
70   *   *
71   * @author-url http://www.netfrag.org/~joko/   * @link http://www.netfrag.org/~joko/
72   * @license-url http://www.gnu.org/licenses/lgpl.txt   * @link http://www.gnu.org/licenses/lgpl.txt
73   *   *
74   * @package org.netfrag.glib   * @package org.netfrag.glib
75   * @module Application::ComponentRegistry   * @subpackage Application
76   *   * @name Application::ComponentRegistry
  */  
   
 /**  
  * Todo:  
77   *   *
78   *  o Be able to *persistently* register new components.   * @todo (o) Be able to *persistently* register new components.
79   *     By now the declaration (read-only) is included on each request.   *     By now the declaration (read-only) is included on each request.
80   *     No caching or similar stuff occours at this level!!!   *     No caching or similar stuff occours at this level!!!
81   *   *
82   */   */
   
   
83  class Application_ComponentRegistry {  class Application_ComponentRegistry {
84    
85   /**   /**

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.7

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed