/[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.4 by joko, Fri Jun 6 04:28:14 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     * Cvs-Log:
13     *
14   * $Id$   * $Id$
15   *   *
16   * $Log$   * $Log$
17     * Revision 1.4  2003/06/06 04:28:14  joko
18     * minor update: comment
19     *
20     * Revision 1.3  2003/03/11 01:22:24  joko
21     * + fixed metadata for phpDocumentor
22     *
23     * Revision 1.2  2003/03/05 18:54:44  joko
24     * updated docu - phpDocumentor is very strict about its 'blocks'...
25     *
26   * Revision 1.1  2003/03/03 21:27:28  joko   * Revision 1.1  2003/03/03 21:27:28  joko
27   * + initial commit   * + initial commit
28   *   *
# Line 25  Line 35 
35   * Revision 1.1  2003/03/01 15:31:18  joko   * Revision 1.1  2003/03/01 15:31:18  joko
36   * + initial commit   * + initial commit
37   *   *
  *  
38   */   */
39    
40    
41  /**  /**
42   * ----   * --- Data::Container
43   *   *
44   *   *
45   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
46   * @copyright (c) 2003 - All Rights reserved.   * @copyright (c) 2003 - All Rights reserved.
47   * @license GNU LGPL (GNU Lesser General Public License)   * @license GNU LGPL (GNU Lesser General Public License)
48   *   *
49   * @author-url http://www.netfrag.org/~joko/   * @link http://www.netfrag.org/~joko/
50   * @license-url http://www.gnu.org/licenses/lgpl.txt   * @link http://www.gnu.org/licenses/lgpl.txt
51   *   *
52   * @package org.netfrag.glib   * @package org.netfrag.glib
53   * @module Data::Container   * @subpackage Data
54     * @name Data::Container
55   *   *
56   */   */
   
 /**  
  * Todo:  
  *  
  *  o xyz  
  *  o bla, bli, blub  
  *  
  *  
  */  
   
   
 // isn't required by now:  
 //loadModule('DesignPattern::Object');  
 //class DesignPattern_MVC extends DesignPattern_Object {  
   
57  class Data_Container {  class Data_Container {
58    
59    var $_index;    var $_index;

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

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