PHP 클래스 IMP_Remote_Account, horde

저자: Michael Slusarz ([email protected])
상속: implements Serializable
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_config array Configuration.

공개 메소드들

메소드 설명
__construct ( )
__get ( $name )
__set ( $name, $value )
__toString ( ) : string String representation of object.
login ( string $password = null, boolean $save = false ) : integer Attempt to login to remote account.
mailbox ( string $id ) : string Return mailbox name.
serialize ( )
unserialize ( $data )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $value )

__toString() 공개 메소드

String representation of object.
public __toString ( ) : string
리턴 string The identifier (mailbox) ID.

login() 공개 메소드

Attempt to login to remote account.
public login ( string $password = null, boolean $save = false ) : integer
$password string The password to use. If null, attempts to use the encrypted password stored in the config.
$save boolean If true, save the password (encrypted) to the config.
리턴 integer One of the LOGIN_* constants.

mailbox() 공개 메소드

Return mailbox name.
public mailbox ( string $id ) : string
$id string Base IMAP name.
리턴 string IMP mailbox name.

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )

프로퍼티 상세

$_config 보호되어 있는 프로퍼티

Configuration.
protected array $_config
리턴 array