Skip to content

IcmsPreloadProtectEmail

Raimondas Rimkevičius edited this page Mar 9, 2020 · 1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!

IcmsPreloadProtectEmail

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

Methods

eventAfterFilterTextareaDisplay

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

Arguments

  • array mixed

eventAfterFilterHTMLdisplay

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

Arguments

  • array mixed

convertEmail

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

Arguments

  • _smarty_results string

__construct

mixed icms_preload_Item::__construct()
Clone this wiki locally