IMP_Basic_Pgp
extends IMP_Basic_Base
in package
PGP display.
Tags
Table of Contents
Properties
- $header_params : array<string|int, mixed>
- $indices : IMP_Indices_Mailbox
- $output : string
- $title : string
- $vars : Horde_Variables
- $_pgp : IMP_Pgp
Methods
- __construct() : mixed
- render() : mixed
- status() : mixed
- url() : mixed
- _importKeyDialog() : mixed
- Generate import key dialog.
- _init() : mixed
- _printKeyInfo() : mixed
- Print PGP Key information.
- _reloadWindow() : mixed
- Reload the window.
- _textWindowOutput() : mixed
- Output text in a window.
Properties
$header_params
public
array<string|int, mixed>
$header_params
= array()
$indices
public
IMP_Indices_Mailbox
$indices
$output
public
string
$output
$title
public
string
$title
$vars
public
Horde_Variables
$vars
$_pgp
protected
IMP_Pgp
$_pgp
Methods
__construct()
public
__construct(Horde_Variables $vars) : mixed
Parameters
- $vars : Horde_Variables
render()
public
render() : mixed
status()
public
status() : mixed
url()
public
static url([array<string|int, mixed> $opts = array() ]) : mixed
Parameters
- $opts : array<string|int, mixed> = array()
_importKeyDialog()
Generate import key dialog.
protected
_importKeyDialog(string $target) : mixed
Parameters
- $target : string
-
Action ID for the UI screen.
_init()
protected
_init() : mixed
_printKeyInfo()
Print PGP Key information.
protected
_printKeyInfo([string $key = '' ]) : mixed
Parameters
- $key : string = ''
-
The PGP key.
_reloadWindow()
Reload the window.
protected
_reloadWindow() : mixed
_textWindowOutput()
Output text in a window.
protected
_textWindowOutput(string $name, string $msg) : mixed
Parameters
- $name : string
-
The window name.
- $msg : string
-
The text contents.