Documentation

IMP_Ajax_Application_Compose
in package

Compose view utilities for AJAX data.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2012-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

Properties

$forward_map  : array<string|int, mixed>
Forward mapping of id -> compose object constants.
$reply_map  : array<string|int, mixed>
Reply mapping of id -> compose object constant.
$_composeOb  : IMP_Compose
Compose object.
$_type  : string
Compose type.

Methods

__construct()  : mixed
Constuctor.
getBaseResponse()  : mixed
getResponse()  : mixed

Properties

$forward_map

Forward mapping of id -> compose object constants.

public array<string|int, mixed> $forward_map = array('editasnew' => \IMP_Compose::EDITASNEW, 'forward_attach' => \IMP_Compose::FORWARD_ATTACH, 'forward_auto' => \IMP_Compose::FORWARD_AUTO, 'forward_body' => \IMP_Compose::FORWARD_BODY, 'forward_both' => \IMP_Compose::FORWARD_BOTH)

$reply_map

Reply mapping of id -> compose object constant.

public array<string|int, mixed> $reply_map = array('reply' => \IMP_Compose::REPLY_SENDER, 'reply_all' => \IMP_Compose::REPLY_ALL, 'reply_auto' => \IMP_Compose::REPLY_AUTO, 'reply_list' => \IMP_Compose::REPLY_LIST)

$_type

Compose type.

protected string $_type

Methods

__construct()

Constuctor.

public __construct(IMP_Compose $ob[, string $type = null ]) : mixed
Parameters
$ob : IMP_Compose

Compose object.

$type : string = null

Compose type.

getBaseResponse()

public getBaseResponse([mixed $result = array() ]) : mixed
Parameters
$result : mixed = array()

getResponse()

public getResponse(mixed $result) : mixed
Parameters
$result : mixed

        
On this page

Search results