PHP 클래스 Horde_Imap_Client_Interaction_Client, horde

사용 중단:
저자: Michael Slusarz ([email protected])
상속: extends Horde_Imap_Client_Data_Format_List
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$tag string The command tag.

공개 메소드들

메소드 설명
__construct ( string $tag = null ) Constructor.
getCommand ( ) : string Get the command.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $tag = null )
$tag string The tag to use. If not set, will be automatically generated.

getCommand() 공개 메소드

Get the command.
public getCommand ( ) : string
리턴 string The command.

프로퍼티 상세

$tag 공개적으로 프로퍼티

The command tag.
public string $tag
리턴 string