/[cvs]/nfo/php/libs/org.netfrag.glib/Data/Container.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/Data/Container.php

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

revision 1.1 by joko, Mon Mar 3 21:27:28 2003 UTC revision 1.3 by joko, Tue Mar 11 01:22:24 2003 UTC
# Line 1  Line 1 
1  <?php  <?php
   
2  /**  /**
3   * This file contains the Data::Container class.   * This file contains the Data::Container class.
4   *   *
5   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
6   * @package org.netfrag.glib   * @package org.netfrag.glib
7   * @module Data::Container   * @name Data::Container
8   *   *
9   */   */
10    
11  /**  /**
12     * <b>Cvs-Log:</b>
13     *
14     * <pre>
15   * $Id$   * $Id$
16   *   *
17   * $Log$   * $Log$
18     * Revision 1.3  2003/03/11 01:22:24  joko
19     * + fixed metadata for phpDocumentor
20     *
21     * Revision 1.2  2003/03/05 18:54:44  joko
22     * updated docu - phpDocumentor is very strict about its 'blocks'...
23     *
24   * Revision 1.1  2003/03/03 21:27:28  joko   * Revision 1.1  2003/03/03 21:27:28  joko
25   * + initial commit   * + initial commit
26   *   *
# Line 24  Line 32 
32   *   *
33   * Revision 1.1  2003/03/01 15:31:18  joko   * Revision 1.1  2003/03/01 15:31:18  joko
34   * + initial commit   * + initial commit
35   *   * </pre>
36   *   *
37   */   */
38    
39    
40  /**  /**
41   * ----   * --- Data::Container
42   *   *
43   *   *
44   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
45   * @copyright (c) 2003 - All Rights reserved.   * @copyright (c) 2003 - All Rights reserved.
46   * @license GNU LGPL (GNU Lesser General Public License)   * @license GNU LGPL (GNU Lesser General Public License)
47   *   *
48   * @author-url http://www.netfrag.org/~joko/   * @link http://www.netfrag.org/~joko/
49   * @license-url http://www.gnu.org/licenses/lgpl.txt   * @link http://www.gnu.org/licenses/lgpl.txt
50   *   *
51   * @package org.netfrag.glib   * @package org.netfrag.glib
52   * @module Data::Container   * @subpackage Data
53   *   * @name Data::Container
  */  
   
 /**  
  * Todo:  
  *  
  *  o xyz  
  *  o bla, bli, blub  
  *  
54   *   *
55   */   */
   
   
 // isn't required by now:  
 //loadModule('DesignPattern::Object');  
 //class DesignPattern_MVC extends DesignPattern_Object {  
   
56  class Data_Container {  class Data_Container {
57    
58    var $_index;    var $_index;

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

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