PHP Class Passwd_Driver_Poppassd, horde

Author: Eric Jon Rostetter ([email protected])
Inheritance: extends Passwd_Driver
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
__construct ( array $params = [] )

Méthodes protégées

Méthode 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 méthode

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

_changePassword() protected méthode

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

_connect() protected méthode

Connects to the server.
protected _connect ( )

_disconnect() protected méthode

Disconnects from the server.
protected _disconnect ( )

_getPrompt() protected méthode

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

_sendCommand() protected méthode

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