Vai al codice sorgente di questo file.
Composti | |
| class | user_various |
Funzioni | |
| user_reverseString ($content, $conf) | |
| user_printTime ($content, $conf) | |
|
||||||||||||
|
Simply outputting the current time in red letters. Example can be found in the testsite package at the page-path "/Intro/TypoScript examples/Custom Dynamic Co.../Mixing cached and.../" This TypoScript configuration will also demonstrate it: includeLibs.something = media/scripts/example_callfunction.php page = PAGE page.10 = USER_INT page.10 { userFunc = user_printTime }
Definizione alla linea 90 del file example_callfunction.php. Riferimenti color. |
|
||||||||||||
|
Call custom function from TypoScript for data processing Example can be found in the testsite package at the page-path "/Intro/TypoScript examples/Custom Dynamic Co.../Passing a string.../" This TypoScript configuration will also demonstrate it: includeLibs.something = media/scripts/example_callfunction.php page = PAGE page.10 = TEXT page.10 { value = Hello World preUserFunc = user_reverseString preUserFunc.uppercase = 1 }
Definizione alla linea 65 del file example_callfunction.php. |
1.4.6