PHP 클래스 IMP_Ajax_Imple_ImportEncryptKey, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Core_Ajax_Imple
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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.