-
Notifications
You must be signed in to change notification settings - Fork 35
IcmsPreloadProtectEmail
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
Event triggers for email conversion to images
Class which is extended by any preload item. This class is empty for now but is there for extended future purposes
- Class name: IcmsPreloadProtectEmail
- Namespace:
- Parent class: icms_preload_Item
void IcmsPreloadProtectEmail::eventAfterFilterTextareaDisplay(mixed array)
Function to be triggered after completing icms_core_DataFilter::filterTextareaDisplay() function
The $array var is structured like this: $array[0] = $text $array[1] = $html $array[2] = $smiley $array[3] = $xcode $array[4] = $image $array[5] = $br
- Visibility: public
- array mixed
void IcmsPreloadProtectEmail::eventAfterFilterHTMLdisplay(mixed array)
Function to be triggered after icms_core_DataFilter::filterHTMLdisplay() function
The $array var is structured like this: $array[0] = $text $array[1] = $html $array[2] = $smiley $array[3] = $xcode $array[4] = $image $array[5] = $br
- Visibility: public
- array mixed
string IcmsPreloadProtectEmail::convertEmail(string _smarty_results)
Find and convert email addresses in the output to images
This will convert email addresses in content to images, only if the personalization preference is set to protect emails
- Visibility: public
- _smarty_results string
mixed icms_preload_Item::__construct()
- Visibility: public
- This method is defined by icms_preload_Item