PHP Класс Horde_ActiveSync_Credentials, horde

Автор: Michael J Rubinsky ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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