PHP 클래스 Horde_Kolab_Server_Object_Kolabpop3account, horde

Copyright 2008-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.
상속: extends Horde_Kolab_Server_Object_Top
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$init_attributes array A structure to initialize the attribute structure for this class.

공개 메소드들

메소드 설명
generateId ( array &$info ) : string | PEAR_Error Generates an ID for the given information.
getSearchOperations ( ) : array Returns the set of search operations supported by this object type.
pop3AccountsForMail ( Horde_Kolab_Server $server, string $mail ) : mixed Returns the UIDs of the pop3 accounts for the user with the given mail address.

메소드 상세

generateId() 공개 메소드

Generates an ID for the given information.
public generateId ( array &$info ) : string | PEAR_Error
$info array
리턴 string | PEAR_Error The ID.

getSearchOperations() 공개 정적인 메소드

Returns the set of search operations supported by this object type.
public static getSearchOperations ( ) : array
리턴 array An array of supported search operations.

pop3AccountsForMail() 공개 정적인 메소드

Returns the UIDs of the pop3 accounts for the user with the given mail address.
public static pop3AccountsForMail ( Horde_Kolab_Server $server, string $mail ) : mixed
$server Horde_Kolab_Server The server to query.
$mail string Search objects with this mail alias.
리턴 mixed The UIDs or false if there was no result.

프로퍼티 상세

$init_attributes 공개적으로 정적으로 프로퍼티

A structure to initialize the attribute structure for this class.
public static array $init_attributes
리턴 array