Property | Type | Description | |
---|---|---|---|
$forward_map | array | Forward mapping of id -> compose object constants. | |
$reply_map | array | Reply mapping of id -> compose object constant. |
Property | Type | Description | |
---|---|---|---|
$_compose | IMP_Compose | Compose object. | |
$_type | string | Compose type. |
Method | Description | |
---|---|---|
__construct ( IMP_Compose $ob, string $type = null ) | Constuctor. | |
getBaseResponse ( $result = [] ) | ||
getResponse ( $result ) |
public __construct ( IMP_Compose $ob, string $type = null ) | ||
$ob | IMP_Compose | Compose object. |
$type | string | Compose type. |
public array $forward_map | ||
return | array |
public array $reply_map | ||
return | array |