/[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.2 by joko, Wed Mar 5 18:54:44 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    
# Line 13  Line 12 
12   * $Id$   * $Id$
13   *   *
14   * $Log$   * $Log$
15     * Revision 1.2  2003/03/05 18:54:44  joko
16     * updated docu - phpDocumentor is very strict about its 'blocks'...
17     *
18   * Revision 1.1  2003/03/03 21:27:28  joko   * Revision 1.1  2003/03/03 21:27:28  joko
19   * + initial commit   * + initial commit
20   *   *
# Line 30  Line 32 
32    
33    
34  /**  /**
35   * ----   * --- Data::Container
36   *   *
37   *   *
38   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
39   * @copyright (c) 2003 - All Rights reserved.   * @copyright (c) 2003 - All Rights reserved.
40   * @license GNU LGPL (GNU Lesser General Public License)   * @license GNU LGPL (GNU Lesser General Public License)
41   *   *
42   * @author-url http://www.netfrag.org/~joko/   * @link http://www.netfrag.org/~joko/
43   * @license-url http://www.gnu.org/licenses/lgpl.txt   * @link http://www.gnu.org/licenses/lgpl.txt
44   *   *
45   * @package org.netfrag.glib   * @package org.netfrag.glib
46   * @module Data::Container   * @subpackage Data
47     * @name Data::Container
48   *   *
49   */   */
   
 /**  
  * Todo:  
  *  
  *  o xyz  
  *  o bla, bli, blub  
  *  
  *  
  */  
   
   
 // isn't required by now:  
 //loadModule('DesignPattern::Object');  
 //class DesignPattern_MVC extends DesignPattern_Object {  
   
50  class Data_Container {  class Data_Container {
51    
52    var $_index;    var $_index;

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

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