steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/turba/lib/List Plain.php, NONE, 1.1 Tree.php, NONE, 1.1

cvs at intevation.de cvs at intevation.de
Mon Oct 31 12:43:38 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-horde-fbview/kolab-horde-fbview/fbview/turba/lib/List
In directory doto:/tmp/cvs-serv18388/kolab-horde-fbview/kolab-horde-fbview/fbview/turba/lib/List

Added Files:
	Plain.php Tree.php 
Log Message:
Fbview in separate package

--- NEW FILE: Plain.php ---
<?php
// $Horde: turba/lib/List/Plain.php,v 1.10 2004/05/20 16:39:08 jan Exp $

/**
 * The Turba_List_Plain:: class provides a set of methods for
 * representing a list of Turba_AbstractObjects as a plain list.
 *
 * @author  Jon Parise <jon at csh.rit.edu>
 * @author  Chuck Hagenbuch <chuck at horde.org>
 * @version $Revision: 1.1 $
 * @since   Turba 0.0.1
 * @package Turba
 */
class Turba_List_Plain extends Turba_List {

    /**
     * Constructs a new Turba_List_plain object.
     */
    function Turba_List_Plain()
    {
        $this->Turba_List();
    }

}
?>

--- NEW FILE: Tree.php ---
<?php
// $Horde: turba/lib/List/Tree.php,v 1.10 2004/05/20 16:39:08 jan Exp $

/**
 * The Turba_List_Tree:: class provides a set of methods for
 * representing a list of Turba_AbstractObjects as a tree.
 *
 * @author  Chuck Hagenbuch <chuck at horde.org>
 * @author  Jon Parise <jon at csh.rit.edu>
 * @version $Revision: 1.1 $
 * @since   Turba 0.0.1
 * @package Turba
 */
class Turba_List_Tree extends Turba_List {

    /**
     * Constructs a new Turba_List_tree object.
     */
    function Turba_List_Tree()
    {
        $this->Turba_List();
    }

}
?>





More information about the commits mailing list