PHP 클래스 Passwd_Driver_Poppassd, horde

저자: Eric Jon Rostetter ([email protected])
상속: extends Passwd_Driver
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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 )