PHP Class IMP_Ajax_Application_Compose, horde

Author: Michael Slusarz ([email protected])
ファイルを表示 Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$forward_map array Forward mapping of id -> compose object constants.
$reply_map array Reply mapping of id -> compose object constant.

Protected Properties

Property Type Description
$_compose IMP_Compose Compose object.
$_type string Compose type.

Public Methods

Method Description
__construct ( IMP_Compose $ob, string $type = null ) Constuctor.
getBaseResponse ( $result = [] )
getResponse ( $result )

Method Details

__construct() public method

Constuctor.
public __construct ( IMP_Compose $ob, string $type = null )
$ob IMP_Compose Compose object.
$type string Compose type.

getBaseResponse() public method

public getBaseResponse ( $result = [] )

getResponse() public method

public getResponse ( $result )

Property Details

$_compose protected_oe property

Compose object.
protected IMP_Compose $_compose
return IMP_Compose

$_type protected_oe property

Compose type.
protected string $_type
return string

$forward_map public_oe property

Forward mapping of id -> compose object constants.
public array $forward_map
return array

$reply_map public_oe property

Reply mapping of id -> compose object constant.
public array $reply_map
return array