PHP Class IMP_Basic_Pgp, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Basic_Base
Show file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_pgp IMP_Pgp

Public Methods

Method Description
url ( array $opts = [] )

Protected Methods

Method Description
_importKeyDialog ( string $target ) Generate import key dialog.
_init ( )
_printKeyInfo ( string $key = '' ) Print PGP Key information.
_reloadWindow ( ) Reload the window.
_textWindowOutput ( string $name, string $msg ) Output text in a window.

Method Details

_importKeyDialog() protected method

Generate import key dialog.
protected _importKeyDialog ( string $target )
$target string Action ID for the UI screen.

_init() protected method

protected _init ( )

_printKeyInfo() protected method

Print PGP Key information.
protected _printKeyInfo ( string $key = '' )
$key string The PGP key.

_reloadWindow() protected method

Reload the window.
protected _reloadWindow ( )

_textWindowOutput() protected method

Output text in a window.
protected _textWindowOutput ( string $name, string $msg )
$name string The window name.
$msg string The text contents.

url() public static method

public static url ( array $opts = [] )
$opts array

Property Details

$_pgp protected property

protected IMP_Pgp $_pgp
return IMP_Pgp