IMP_Ajax_Imple_ItipRequest
extends Horde_Core_Ajax_Imple
in package
Attach javascript used to process Itip actions into a page.
Tags
Table of Contents
Properties
- $_observe : mixed
Methods
- __construct() : mixed
- _attach() : mixed
- _handle() : bool
- Variables required in form input: - identity (TODO: ? Code uses it, but it is never set anywhere) - imple_submit: itip_action(s) - mime_id - muid
- _handlevEvent() : mixed
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: - identity (TODO: ? Code uses it, but it is never set anywhere) - imple_submit: itip_action(s) - mime_id - muid
protected
_handle(Horde_Variables $vars) : bool
Parameters
- $vars : Horde_Variables
Return values
bool —True on success.
_handlevEvent()
protected
_handlevEvent(mixed $key, array<string|int, mixed> $components, mixed $mime_part) : mixed
Parameters
- $key : mixed
- $components : array<string|int, mixed>
- $mime_part : mixed