PHP 클래스 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.
저자: Jan Schneider ([email protected])
상속: extends Horde_Group_Ldap
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
create ( string $name, string $email = null ) : mixed Creates a new group.

메소드 상세

create() 공개 메소드

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