Skip to content

IcmsPreloadAdsense

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!

IcmsPreloadAdsense

Preload items and events for AdSense

Class which is extended by any preload item. This class is empty for now but is there for extended future purposes

Methods

eventFinishCoreBoot

mixed IcmsPreloadAdsense::eventFinishCoreBoot()

Function to be triggered at the end of the core boot process

  • Visibility: public

eventAfterPreviewTarea

void IcmsPreloadAdsense::eventAfterPreviewTarea(mixed array)

Function to be triggered when entering in icms_core_Textsanitizer::displayTarea() 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

eventAfterDisplayTarea

void IcmsPreloadAdsense::eventAfterDisplayTarea(mixed array)

Function to be triggered when entering in icms_core_Textsanitizer::displayTarea() 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

eventStartOutputInit

void IcmsPreloadAdsense::eventStartOutputInit()

Function to be triggered at the end of the output init process

  • Visibility: public

__construct

mixed icms_preload_Item::__construct()
Clone this wiki locally