Property | Type | Description | |
---|---|---|---|
$_connected | boolean | Boolean which contains state of the ftp connection. | |
$_contents | array | Contents array of the pine password file. | |
$_ftp | VFS | Horde_Vfs instance. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) |
Method | Description | |
---|---|---|
_changePassword ( $user, $oldpass, $newpass ) | ||
_connect ( $user, $password ) | Connects to the FTP server. | |
_decode ( string $string ) : array | Decodes a Pine-encoded password string. | |
_disconnect ( ) | Disconnect from the FTP server. | |
_encode ( array $lines ) : array | Encodes an array of elements into a Pine-readable password string. | |
_lookup ( string $user, string $oldPassword ) | Finds out if a username and password is valid. | |
_modify ( string $user, string $newPassword ) | Modifies a pine password record for a user. |
protected bool $_connected | ||
return | boolean |
protected array $_contents | ||
return | array |