Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Passwd_Factory_Driver
PHP Class Passwd_Factory_Driver, horde
Author:
Ralf Lang (
[email protected]
)
Inheritance:
extends
Horde_Core_Factory_Base
Exibir arquivo
Open project: horde/horde
Class Usage Examples
Public Methods
Method
Description
__get
(
$name
)
create
(
string
$name
,
array
$params
= [] ) :
Passwd_Driver
Returns the Passwd_Driver instance.
Protected Methods
Method
Description
_loadBackends
( )
Method Details
__get()
public
method
public
__get
(
$name
)
_loadBackends()
protected
method
protected
_loadBackends
( )
create()
public
method
Returns the Passwd_Driver instance.
public
create
(
string
$name
,
array
$params
= [] ) :
Passwd_Driver
$name
string
A string containing the internal name of this backend.
$params
array
Any backend parameters if not the defaults.
return
Passwd_Driver
The singleton instance.