Fix class name and property access.
authorJan Schneider <jan@horde.org>
Thu, 3 Jun 2010 12:15:37 +0000 (14:15 +0200)
committerJan Schneider <jan@horde.org>
Thu, 3 Jun 2010 12:15:37 +0000 (14:15 +0200)
framework/Group/lib/Horde/Group/ContactListObject.php

index a95b997..d7306cc 100644 (file)
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @package  Group
  */
-class Horde_Group_ContactListObject extends DataTreeObject_Group
+class Horde_Group_ContactListObject extends Horde_Group_DataTreeObject
 {
-
-    /**
-     * The unique name of this object.
-     * These names have the same requirements as other object names - they
-     * must be unique, etc.
-     *
-     * @var string
-     */
-    protected $name;
-
     /**
      * The unique name of this object.
      * These names have the same requirements as other object names - they
@@ -31,15 +21,7 @@ class Horde_Group_ContactListObject extends DataTreeObject_Group
      *
      * @var integer
      */
-    protected $id;
-
-    /**
-     * Key-value hash that will be serialized.
-     *
-     * @see getData()
-     * @var array
-     */
-    protected $data = array();
+    public $id;
 
     /**
      * Constructor.