\Horde_ActiveSync_Credentials

Provides an abstraction for obtaining the correct EAS credentials.

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
$
$
No constants found
_getCredentials()
$_server
$_credentials
N/A
No private methods found
No private properties found
N/A

Properties

$

$ : string

username The authentication username.

Type

string

$

$ : string

password The password, if available.

Type

string

$_credentials

$_credentials : array

The user's credentials. Username is in index 0 and password is in index 1.

Type

array

Methods

__construct()

__construct(\Horde_ActiveSync  $server) 

Const'r

Parameters

\Horde_ActiveSync $server

The server object.

__get()

__get(  $property) : string|boolean

Accessor

Parameters

$property

Returns

string|boolean —

The value of the requested property, or false if it does not exist.

__set()

__set(  $property,   $value) 

Parameters

$property
$value

_getCredentials()

_getCredentials() : array

Return the username and password to use for authentication.

Returns

array —

The username in index 0 and password in index 1.