const FBRELEVANCE_NOBODY = 2;
/**
- * The connection specific for this folder.
+ * The folder name.
*
- * @var Horde_Kolab_Storage_Driver
+ * @var string
*/
- private $_connection;
+ public $name;
/**
- * The folder name.
+ * The connection specific for this folder.
*
- * @var string
+ * @var Horde_Kolab_Storage_Driver
*/
- public $name;
+ private $_connection;
/**
* The namespace handler for this folder
{
$properties = get_object_vars($this);
unset($properties['_storage']);
- unset($properties['connection']);
+ unset($properties['_namespace']);
+ unset($properties['_connection']);
$properties = array_keys($properties);
return $properties;
}