-
Notifications
You must be signed in to change notification settings - Fork 35
IcmsPreloadAdsense
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
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
- Class name: IcmsPreloadAdsense
- Namespace:
- Parent class: icms_preload_Item
mixed IcmsPreloadAdsense::eventFinishCoreBoot()
Function to be triggered at the end of the core boot process
- Visibility: public
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
- array mixed
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
- array mixed
void IcmsPreloadAdsense::eventStartOutputInit()
Function to be triggered at the end of the output init process
- Visibility: public
mixed icms_preload_Item::__construct()
- Visibility: public
- This method is defined by icms_preload_Item