PHP Class IMP_Ajax_Imple_ImportEncryptKey, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Imple
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( array $params = [] )

Protected Methods

Method Description
_attach ( $init )
_handle ( Horde_Variables $vars ) : boolean Variables required in form input: - mime_id - muid - type

Method Details

__construct() public method

public __construct ( array $params = [] )
$params array Configuration parameters: - mime_id: (string) The MIME ID of the message part with the key. - muid: (string) The MUID of the message. - type: (string) Key type. Either 'pgp' or 'smime'.

_attach() protected method

protected _attach ( $init )

_handle() protected method

Variables required in form input: - mime_id - muid - type
protected _handle ( Horde_Variables $vars ) : boolean
$vars Horde_Variables
return boolean True on success.