Overview

Packages

  • None
  • Passwd

Classes

  • Passwd
  • Passwd_Driver
  • Passwd_Driver_Adsi
  • Passwd_Driver_Composite
  • Passwd_Driver_Expect
  • Passwd_Driver_Expectpecl
  • Passwd_Driver_Horde
  • Passwd_Driver_Http
  • Passwd_Driver_Kolab
  • Passwd_Driver_Ldap
  • Passwd_Driver_Pine
  • Passwd_Driver_Poppassd
  • Passwd_Driver_Procopen
  • Passwd_Driver_Pspasswd
  • Passwd_Driver_Servuftp
  • Passwd_Driver_Smbldap
  • Passwd_Driver_Smbpasswd
  • Passwd_Driver_Soap
  • Passwd_Driver_Sql
  • Passwd_Driver_Vmailmgr
  • Passwd_Driver_Vpopmail
  • Passwd_Exception
  • Passwd_Factory_Driver
  • Overview
  • Package
  • Class
  • Tree

Class Passwd_Factory_Driver

A Horde_Injector based Passwd_Driver factory.

Copyright 2011-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.php.

Horde_Core_Factory_Base
Extended by Passwd_Factory_Driver
Package: Passwd
Category: Horde
License: http://www.horde.org/licenses/gpl.php
Author: Ralf Lang lang@b1-systems.de
Located at Factory/Driver.php
Methods summary
public Passwd_Driver
# create( string $name, array $params = array() )

Returns the Passwd_Driver instance.

Returns the Passwd_Driver instance.

Parameters

$name
<p>A string containing the internal name of this backend.</p>
$params
Any backend parameters if not the defaults.

Returns

Passwd_Driver
The singleton instance.

Throws

Passwd_Exception
public Passwd_Factory_Driver
# setBackends( array $backends )

Sets the backends available in this factory.

Sets the backends available in this factory.

Parameters

$backends
A list of backends in the format of backends.php.

Returns

Passwd_Factory_Driver
The object itself for fluid interface.
public array
# getBackends( )

Returns the backends available in this factory.

Returns the backends available in this factory.

Returns

array
A list of backends in the format of backends.php.

Throws

Passwd_Exception
if no backends have been set.
API documentation generated by ApiGen