From d4f751b3d005c0b69278959ab6b51e8156bc7c9e Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 3 Jun 2010 14:15:37 +0200 Subject: [PATCH] Fix class name and property access. --- .../Group/lib/Horde/Group/ContactListObject.php | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/framework/Group/lib/Horde/Group/ContactListObject.php b/framework/Group/lib/Horde/Group/ContactListObject.php index a95b997aa..d7306cc7d 100644 --- a/framework/Group/lib/Horde/Group/ContactListObject.php +++ b/framework/Group/lib/Horde/Group/ContactListObject.php @@ -12,18 +12,8 @@ * @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. -- 2.11.0