*
* @throws Horde_Group_Exception
*/
- public function addGroup($group)
+ public function addGroup(Horde_Group_DataTreeObject $group)
{
throw new Horde_Group_Exception('Unsupported.');
}
*
* @throws Horde_Group_Exception
*/
- public function updateGroup($group)
+ public function updateGroup(Horde_Group_DataTreeObject $group)
{
throw new Horde_Group_Exception('Unsupported.');
}
*
* @throws Horde_Group_Exception
*/
- public function removeGroup($group, $force = false)
+ public function removeGroup(Horde_Group_DataTreeObject $group,
+ $force = false)
{
throw new Horde_Group_Exception('Unsupported.');
}