PHP Класс IMP_Ajax_Imple_ImportEncryptKey, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Ajax_Imple
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( array $params = [] )

Защищенные методы

Метод Описание
_attach ( $init )
_handle ( Horde_Variables $vars ) : boolean Variables required in form input: - mime_id - muid - type

Описание методов

__construct() публичный Метод

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 _attach ( $init )

_handle() защищенный Метод

Variables required in form input: - mime_id - muid - type
protected _handle ( Horde_Variables $vars ) : boolean
$vars Horde_Variables
Результат boolean True on success.