From: Jan Schneider Date: Thu, 3 Jun 2010 12:15:37 +0000 (+0200) Subject: Fix class name and property access. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d4f751b3d005c0b69278959ab6b51e8156bc7c9e;p=horde.git Fix class name and property access. --- 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.