IMP_Ajax_Imple_VcardImport
extends Horde_Core_Ajax_Imple
in package
Attach javascript used to process a Vcard import request from IMP.
Tags
Table of Contents
Properties
- $_observe : mixed
Methods
- __construct() : mixed
- _attach() : mixed
- _handle() : bool
- Variables required in form input: - imple_submit: vcard action. Contains import and source properties - mime_id - muid
Properties
$_observe
protected
mixed
$_observe
= 'submit'
Methods
__construct()
public
__construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
- $params : array<string|int, mixed> = array()
-
Configuration parameters:
- mime_id: (string) The MIME ID of the message part with the key.
- muid: (string) MUID of the message.
_attach()
protected
_attach(mixed $init) : mixed
Parameters
- $init : mixed
_handle()
Variables required in form input: - imple_submit: vcard action. Contains import and source properties - mime_id - muid
protected
_handle(Horde_Variables $vars) : bool
Parameters
- $vars : Horde_Variables
Return values
bool —True on success.