modules/Emails/Compose.php
Functions
generateComposeDataPackage(
Array $data, Bool $forFullCompose
=
TRUE, \SugarBean $bean
=
null
)
:
void
Generate the compose data package consumed by the full and quick compose screens.
Parameters
Name | Type | Description |
---|---|---|
$data | Array | |
$forFullCompose | Bool | If full compose is set to TRUE, then continue execution and include the full Emails UI. Otherwise the data generated is returned. |
$bean | \SugarBean | Optional - parent object with data |