modules/Campaigns/WebToLeadCreation.php
Functions
constructDDWebToLeadFields(
$fields, $classname
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$fields | ||
$classname |
get_webtolead_title(
\$module $module, \$image_name $image_name, \$module_title $module_title, \$show_help $show_help
)
:
string
function to retrieve webtolead image and title. path to help file refactored to use SugarView::getModuleTitle()
Parameters
Returns
Details
Name | Type | Description |
---|---|---|
$module | \$module | string not used, only for backward compatibility |
$image_name | \$image_name | string image name |
$module_title | \$module_title | string to display as the module title |
$show_help | \$show_help | boolean which determines if the print and help links are shown. |
Type | Description |
---|---|
string | HTML |
- Deprecated
- use SugarView::getModuleTitle() instead