PHP Class Passwd_Driver_Poppassd, horde

Author: Eric Jon Rostetter ([email protected])
Inheritance: extends Passwd_Driver
Show file Open project: horde/horde

Public Methods

Method Description
__construct ( array $params = [] )

Protected Methods

Method Description
_changePassword ( $user, $oldpass, $newpass )
_connect ( ) Connects to the server.
_disconnect ( ) Disconnects from the server.
_getPrompt ( ) Parses a response from the server to see what it was.
_sendCommand ( $cmd, $arg ) Sends a command to the server.

Method Details

__construct() public method

public __construct ( array $params = [] )
$params array

_changePassword() protected method

protected _changePassword ( $user, $oldpass, $newpass )

_connect() protected method

Connects to the server.
protected _connect ( )

_disconnect() protected method

Disconnects from the server.
protected _disconnect ( )

_getPrompt() protected method

Parses a response from the server to see what it was.
protected _getPrompt ( )

_sendCommand() protected method

Sends a command to the server.
protected _sendCommand ( $cmd, $arg )