PHP 클래스 Horde_ActiveSync_Credentials, horde

저자: Michael J Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_credentials array The user's credentials. Username is in index 0 and password is in index 1.
$_server Horde_ActiveSync The server object.

공개 메소드들

메소드 설명
__construct ( Horde_ActiveSync $server ) Const'r
__get ( $property ) : string | boolean Accessor
__set ( $property, $value )

보호된 메소드들

메소드 설명
_getCredentials ( ) : array Return the username and password to use for authentication.

메소드 상세

__construct() 공개 메소드

Const'r
public __construct ( Horde_ActiveSync $server )
$server Horde_ActiveSync The server object.

__get() 공개 메소드

Accessor
public __get ( $property ) : string | boolean
리턴 string | boolean The value of the requested property, or false if it does not exist.

__set() 공개 메소드

public __set ( $property, $value )

_getCredentials() 보호된 메소드

Return the username and password to use for authentication.
protected _getCredentials ( ) : array
리턴 array The username in index 0 and password in index 1.

프로퍼티 상세

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

The user's credentials. Username is in index 0 and password is in index 1.
protected array $_credentials
리턴 array

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

The server object.
protected Horde_ActiveSync $_server
리턴 Horde_ActiveSync