Zend Framework
1.12
|
Public Member Functions | |
__construct ($username=null, $password=null, $realm=null) | |
constructor to init the internal data | |
setPassword ($password=null) | |
split the password into an array | |
getPassword () | |
returns the current configured password | |
setUsername ($username=null) | |
set the new login | |
getUsername ($withRealm=false) | |
returns the username | |
setRealm ($realm=null) | |
set the new realm | |
getRealm () | |
returns the realm | |
Protected Attributes | |
$_username = null | |
$_password = null | |
$_realm = 't-online.de' | |
__construct | ( | $username = null , |
|
$password = null , |
|||
$realm = null |
|||
) |
constructor to init the internal data
string | $username | |
string | $password | |
string | $realm |
getPassword | ( | ) |
returns the current configured password
getRealm | ( | ) |
returns the realm
getUsername | ( | $withRealm = false | ) |
returns the username
if $withRealm == true we combine username and realm like username
bool | $withRealm |
setPassword | ( | $password = null | ) |
split the password into an array
string | $password |
setRealm | ( | $realm = null | ) |
set the new realm
string | $realm |
setUsername | ( | $username = null | ) |
set the new login
string | $username |
|
protected |
|
protected |
|
protected |