Passwd_Basic
in package
Base class for basic view pages.
Tags
Table of Contents
- $_backends : array<string|int, mixed>
- $_output : string
- $_userid : string
- User ID.
- $_vars : Horde_Variables
- __construct() : mixed
- render() : mixed
- status() : mixed
- _changePassword() : mixed
- _init() : mixed
- _isPreferredBackend() : bool
- Determines if the given backend is the "preferred" backend for this web server.
Properties
$_backends
private
array<string|int, mixed>
$_backends
$_output
private
string
$_output
$_userid
User ID.
private
string
$_userid
$_vars
private
Horde_Variables
$_vars
Methods
__construct()
public
__construct(Horde_Variables $vars) : mixed
Parameters
- $vars : Horde_Variables
Return values
mixed —render()
public
render() : mixed
Return values
mixed —status()
public
status() : mixed
Return values
mixed —_changePassword()
private
_changePassword(string $backend_key) : mixed
Parameters
- $backend_key : string
-
Backend key.
Return values
mixed —_init()
private
_init() : mixed
Return values
mixed —_isPreferredBackend()
Determines if the given backend is the "preferred" backend for this web server.
private
_isPreferredBackend(array<string|int, mixed> $backend) : bool
This decision is based on the global 'SERVER_NAME' and 'HTTP_HOST' server variables and the contents of the 'preferred' field in the backend's definition. The 'preferred' field may take a single value or an array of multiple values.
Parameters
- $backend : array<string|int, mixed>
-
A complete backend entry from the $backends hash.
Return values
bool —True if this entry is "preferred".