PHP Class IMP_Ajax_Application_Compose, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Свойство Type Description
$forward_map array Forward mapping of id -> compose object constants.
$reply_map array Reply mapping of id -> compose object constant.

Protected Properties

Свойство Type Description
$_compose IMP_Compose Compose object.
$_type string Compose type.

Méthodes publiques

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

Method Details

__construct() public méthode

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

getBaseResponse() public méthode

public getBaseResponse ( $result = [] )

getResponse() public méthode

public getResponse ( $result )

Property Details

$_compose protected_oe property

Compose object.
protected IMP_Compose $_compose
Résultat IMP_Compose

$_type protected_oe property

Compose type.
protected string $_type
Résultat string

$forward_map public_oe property

Forward mapping of id -> compose object constants.
public array $forward_map
Résultat array

$reply_map public_oe property

Reply mapping of id -> compose object constant.
public array $reply_map
Résultat array