PHP Class Horde_Core_Group_Ldap, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Group_Ldap
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
create ( string $name, string $email = null ) : mixed Creates a new group.

Method Details

create() public method

Creates a new group.
public create ( string $name, string $email = null ) : mixed
$name string A group name.
$email string The group's email address.
return mixed The ID of the created group.