Skip to content

IcmsPreloadCustomtag

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!

IcmsPreloadCustomtag

Event triggers for Custom Tags

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

Methods

eventFinishCoreBoot

mixed IcmsPreloadCustomtag::eventFinishCoreBoot()

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

  • Visibility: public

eventBeforePreviewTarea

void IcmsPreloadCustomtag::eventBeforePreviewTarea(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

eventBeforeDisplayTarea

void IcmsPreloadCustomtag::eventBeforeDisplayTarea(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 IcmsPreloadCustomtag::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