PHP Класс Passwd_Driver_Poppassd, horde

Автор: Eric Jon Rostetter ([email protected])
Наследование: extends Passwd_Driver
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( array $params = [] )

Защищенные методы

Метод Описание
_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.

Описание методов

__construct() публичный Метод

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

_changePassword() защищенный Метод

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

_connect() защищенный Метод

Connects to the server.
protected _connect ( )

_disconnect() защищенный Метод

Disconnects from the server.
protected _disconnect ( )

_getPrompt() защищенный Метод

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

_sendCommand() защищенный Метод

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